Skip to content

Commit

Permalink
.NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Dec 22, 2024
1 parent 6db75ec commit 0307cf0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 110,553 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Build with dotnet
run: dotnet build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Restore local tools
run: dotnet tool restore
Expand Down
6 changes: 3 additions & 3 deletions BusinessTest_Net48/BusinessTest_Net48.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
<Version>4.7.1221</Version>
</PackageReference>
<PackageReference Include="ReportGenerator">
<Version>5.3.5</Version>
<Version>5.4.2</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.8.1</Version>
<Version>2.9.2</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>2.8.1</Version>
<Version>2.9.2</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions BusinessTest_NetCore/BusinessTest_NetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand All @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="altcover" Version="8.8.74" />
<PackageReference Include="altcover" Version="9.0.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -22,9 +22,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
Loading

0 comments on commit 0307cf0

Please sign in to comment.