Browse Source

Change target framework for tests to net7.0

pull/137/head
Ionite 1 year ago
parent
commit
720a884cb6
No known key found for this signature in database
  1. 2
      StabilityMatrix.Tests/StabilityMatrix.Tests.csproj

2
StabilityMatrix.Tests/StabilityMatrix.Tests.csproj

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-windows10.0.17763.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Loading…
Cancel
Save