Skip to content

Commit b3d2368

Browse files
committed
ASMO-7531: dotnet10 update
1 parent 9440841 commit b3d2368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cicd.yaml

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

src/Samhammer.Web.Common/Samhammer.Web.Common.csproj

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

0 commit comments

Comments
 (0)