Skip to content

Commit 24dde15

Browse files
authored
Merge pull request #24 from petrsvihlik/claude/distracted-banach
Upgrade to .NET 10 and update dependencies
2 parents 3db07dd + e7fa4ba commit 24dde15

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
]

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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

PetrSvihlik.Com.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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

0 commit comments

Comments
 (0)