File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "Kontent.Ai.ModelGenerator" : {
6- "version" : " 8 .0.0" ,
6+ "version" : " 10 .0.0-beta-5 " ,
77 "commands" : [
88 " KontentModelGenerator"
99 ]
Original file line number Diff line number Diff line change 1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v4
2020 with :
21- dotnet-version : 9 .0.x
21+ dotnet-version : 10 .0.x
2222 - name : Install dependencies
2323 run : dotnet restore
2424 - name : Build
4444 path : ./output
4545 - name : Deploy 🚀
4646 if : github.ref == 'refs/heads/master'
47- uses : JamesIves/github-pages-deploy-action@v4.7.3
47+ uses : JamesIves/github-pages-deploy-action@v4.8.0
4848 with :
4949 token : ${{ secrets.GITHUB_TOKEN }}
5050 branch : gh-pages
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <RunWorkingDirectory >$(MSBuildProjectDirectory)</RunWorkingDirectory >
77 <DefaultItemExcludes >$(DefaultItemExcludes);output\**</DefaultItemExcludes >
88 </PropertyGroup >
99
1010 <ItemGroup >
1111 <PackageReference Include =" Kontent.Statiq" Version =" 2.0.0-beta0015" />
12- <PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 9 .0.4 " />
13- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.4 " />
12+ <PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 10 .0.5 " />
13+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 10 .0.5 " />
1414 <PackageReference Include =" Statiq.Web" Version =" 1.0.0-beta.60" />
1515 </ItemGroup >
1616
You can’t perform that action at this time.
0 commit comments