Skip to content

Commit 1fe77e7

Browse files
committed
bump to .net 10
1 parent 4332701 commit 1fe77e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
dotnet-version: [ '9.0.x' ]
13+
dotnet-version: [ '10.0.x' ]
1414

1515
steps:
1616
- uses: actions/checkout@v4

YAF.SampleApp/YAF.SampleApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<CompressionEnabled>false</CompressionEnabled>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<Content Remove="C:\Users\iherb\.nuget\packages\yafnet.razorpages\4.0.1\contentFiles\any\net9.0\package-lock.json" />
11-
<Content Remove="C:\Users\iherb\.nuget\packages\yafnet.ui.chat\4.0.1\contentFiles\any\net8.0\libman.json" />
10+
<Content Remove="C:\Users\iherb\.nuget\packages\yafnet.razorpages\4.0.2\contentFiles\any\net9.0\package-lock.json" />
11+
<Content Remove="C:\Users\iherb\.nuget\packages\yafnet.ui.chat\4.0.2\contentFiles\any\net9.0\libman.json" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)