File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments