Skip to content

Commit

Permalink
Update dotnet tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 7, 2022
1 parent e6bc113 commit fa70976
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fantomas": {
"version": "5.1.1",
"version": "5.1.4",
"commands": [
"fantomas"
]
Expand All @@ -21,13 +21,13 @@
]
},
"fable": {
"version": "3.7.18",
"version": "4.0.0-theta-018",
"commands": [
"fable"
]
},
"fsdocs-tool": {
"version": "16.1.1",
"version": "17.1.0",
"commands": [
"fsdocs"
]
Expand Down
8 changes: 5 additions & 3 deletions docs/.style/template.sass
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ nav
h1, h2, h3, h4, h5, h6
a
text-decoration: none
color: $primary
text-shadow: 1px 1px transparentize($secondary, 0.9%)
color: $white
background-color: $primary
padding: 5px
border-left: 5px solid $secondary
&:hover
color: $primary
color: $secondary

blockquote
background: $secondary
Expand Down
12 changes: 6 additions & 6 deletions docs/.tool/OnlineTool.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand All @@ -13,13 +13,13 @@
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.*" />
<PackageReference Include="Fable.Browser.Url" Version="1.1.0" />
<PackageReference Include="Fable.Core" Version="3.*" />
<PackageReference Include="Fable.Core" Version="4.0.0-theta-007" />
<PackageReference Include="Fable.Fetch" Version="2.6.0" />
<PackageReference Include="Fable.React" Version="8.*" />
<PackageReference Include="Feliz.CompilerPlugins" Version="1.*" />
<PackageReference Include="Feliz" Version="1.*" />
<PackageReference Include="Fable.React" Version="9.1.0" />
<PackageReference Include="Feliz.CompilerPlugins" Version="2.0.0-prerelease-003" />
<PackageReference Include="Feliz" Version="2.0.0-prerelease-003" />
<PackageReference Include="Feliz.UseElmish" Version="1.6.0" />
<PackageReference Include="Thoth.Json" Version="7.0.0" />
<PackageReference Include="Thoth.Json" Version="9.0.0" />
<PackageReference Include="Zanaptak.TypedCssClasses" Version="1.*" />
</ItemGroup>

Expand Down
6 changes: 0 additions & 6 deletions docs/global.json

This file was deleted.

0 comments on commit fa70976

Please sign in to comment.