Skip to content

Commit

Permalink
update test to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Nov 12, 2024
1 parent 4af2eb2 commit fd33b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
- name: Test
run: dotnet test -c Release -l 'console;verbosity=detailed'
2 changes: 1 addition & 1 deletion CsCheck/CsCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Improved PCG performance.
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.177" PrivateAssets="All" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.178" PrivateAssets="All" />
<None Include="../CsCheck.png" Pack="true" PackagePath="" Visible="False" />
<None Include="../README.md" Pack="true" PackagePath="" Visible="False" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>preview</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>9999</WarningLevel>
Expand Down

0 comments on commit fd33b6c

Please sign in to comment.