Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Forkmann committed Aug 30, 2023
1 parent 34b1be9 commit 10e6c4e
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 287 deletions.
8 changes: 4 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"isRoot": true,
"tools": {
"paket": {
"version": "7.1.5",
"version": "8.0.0-alpha002",
"commands": [
"paket"
]
},
"fable": {
"version": "4.0.0-theta-018",
"version": "4.1.4",
"commands": [
"fable"
]
},
"fantomas": {
"version": "5.1.3",
"version": "6.1.2",
"commands": [
"fantomas"
]
},
"fake-cli": {
"version": "5.22.0",
"version": "6.0.0",
"commands": [
"fake"
]
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Client
name: Docs

on:
workflow_dispatch:
Expand All @@ -14,19 +14,16 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2

- name: Setup .NET 6 SDK
- name: Setup .NET 7 SDK
uses: actions/[email protected]
with:
dotnet-version: 7.0.100
dotnet-version: 7.0.400

- name: Install Tools
run: dotnet tool restore

- name: RunTests
run: dotnet run ExecuteTests

- name: Build
run: dotnet run publishDocs
run: dotnet run -- PublishDocs

- name: Publish Docs
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100",
"version": "7.0.400",
"rollForward": "latestMinor"
}
}
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nuget Fulma
nuget Feliz.Router
nuget Zanaptak.TypedCssClasses
nuget Feliz.Markdown
nuget Feliz prerelease
nuget Feliz

nuget Fake.Core.Target
nuget Fake.DotNet.Cli
Expand All @@ -30,4 +30,4 @@ group Package
source https://api.nuget.org/v3/index.json
framework: netstandard2.0

nuget Feliz prerelease
nuget Feliz
Loading

0 comments on commit 10e6c4e

Please sign in to comment.