Skip to content

Commit

Permalink
Update to .NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzoukr committed Oct 29, 2024
1 parent 752ce73 commit 489f91b
Show file tree
Hide file tree
Showing 7 changed files with 674 additions and 669 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"isRoot": true,
"tools": {
"paket": {
"version": "7.2.1",
"version": "8.0.3",
"commands": [
"paket"
],
"rollForward": false
},
"femto": {
"version": "0.19.0",
"version": "0.21.0",
"commands": [
"femto"
],
"rollForward": false
},
"fable": {
"version": "4.22.0",
"version": "4.23.0",
"commands": [
"fable"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: dotnet tool restore

- name: Build
run: dotnet fake build -t PublishDocs
run: dotnet run PublishDocs

- name: Publish Docs
uses: actions/upload-artifact@v4
Expand Down
997 changes: 500 additions & 497 deletions .paket/Paket.Restore.targets

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Target.create "InstallDocs" (fun _ ->
Target.create "PublishDocs" (fun _ ->
[ docsPublishPath] |> Shell.cleanDirs
Environment.setEnvironVar "NODE_OPTIONS" "--openssl-legacy-provider"
Tools.dotnet (sprintf "fable --outDir %s --run webpack-cli -p" fableBuildPath) docsSrcPath
Tools.dotnet (sprintf "fable --outDir %s --run webpack-cli" fableBuildPath) docsSrcPath
)

Target.create "RunDocs" (fun _ ->
Expand Down
2 changes: 1 addition & 1 deletion Build.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="BuildHelpers.fs" />
Expand Down
2 changes: 0 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version 5.216.0

source https://api.nuget.org/v3/index.json
storage: none

Expand Down
332 changes: 168 additions & 164 deletions paket.lock

Large diffs are not rendered by default.

0 comments on commit 489f91b

Please sign in to comment.