File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 id : tag
2121 - uses : actions/setup-dotnet@v4
2222 with :
23- dotnet-version : 8 .0.x
23+ dotnet-version : 10 .0.x
2424 - run : echo "::remove-matcher owner=csc::"
2525 - uses : reviewdog/action-setup@v1
2626 - run : dotnet --info
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
66 <Authors >Samhammer AG</Authors >
77 <Company >Samhammer AG</Company >
2222
2323 <ItemGroup >
2424 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
25- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.376 " >
25+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556 " >
2626 <PrivateAssets >all</PrivateAssets >
2727 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
2828 </PackageReference >
You can’t perform that action at this time.
0 commit comments