Skip to content

Commit

Permalink
Use .NET 8 for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Dec 8, 2024
1 parent 45286fe commit 83fd951
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Sigourney.Tests/Sigourney.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="testweaver-1" Version="0.0.0-local" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion tests/testweaver-2/build/testweaver-2.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TestWeaver2Assembly Condition="$(MSBuildRuntimeType) == Full">$(MSBuildThisFileDirectory)../tools/netstandard2.0/testweaver-2.dll</TestWeaver2Assembly>
<TestWeaver2Assembly Condition="$(MSBuildRuntimeType) != Full">$(MSBuildThisFileDirectory)../tools/net6.0/testweaver-2.dll</TestWeaver2Assembly>
<TestWeaver2Assembly Condition="$(MSBuildRuntimeType) != Full">$(MSBuildThisFileDirectory)../tools/net8.0/testweaver-2.dll</TestWeaver2Assembly>
<SigourneyRegisteredTargetFiles>$(SigourneyRegisteredTargetFiles);$(MSBuildThisFileDirectory)testweaver-2.Sigourney.targets</SigourneyRegisteredTargetFiles>
<SigourneyRegisteredTargets>$(SigourneyRegisteredTargets);RunTestWeaver2</SigourneyRegisteredTargets>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/testweaver-2/testweaver-2.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<Version>0.0.0-local</Version>
<!-- NU5128: Some target frameworks declared in the dependencies group of the nuspec and
the lib/ref folder do not have exact matches in the other location.
Expand Down

0 comments on commit 83fd951

Please sign in to comment.