File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
-
2
1
name : .NET
3
2
4
3
on :
@@ -14,10 +13,10 @@ jobs:
14
13
- name : Setup .NET
15
14
uses : actions/setup-dotnet@v1
16
15
with :
17
- dotnet-version : 6 .0.x
16
+ dotnet-version : 8 .0.x
18
17
- name : Install the ssg tool
19
18
run : dotnet tool install terevintosoftware.staticsitegenerator.tool --global
20
19
- name : Build
21
20
run : dotnet build . -c Release
22
21
- name : Run the ssg tool
23
- run : ssg --project ${GITHUB_WORKSPACE} --output ${GITHUB_WORKSPACE} /out --route-casing KebabCase --assembly bin/Release/net6.0/StaticBlogTemplate.dll
22
+ run : ssg generate . --output . /out --route-casing KebabCase
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Markdig" Version =" 0.30.3 " />
11
- <PackageReference Include =" Markdown.ColorCode" Version =" 1.0.1 " />
12
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 6 .0.8 " Condition =" '$(Configuration)' =='Debug'" />
10
+ <PackageReference Include =" Markdig" Version =" 0.33.0 " />
11
+ <PackageReference Include =" Markdown.ColorCode" Version =" 2. 1.0" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 8 .0.0 " Condition =" '$(Configuration)' =='Debug'" />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
You can’t perform that action at this time.
0 commit comments