- use .net 9 for unit tests

master v4.4.0-beta
Simon G. 1 year ago
parent fc8faf6b23
commit c5b8ffd885
Signed by: SimonG
GPG Key ID: 0B82B964BA536523
  1. 2
      Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj
  2. 2
      Test.LightweightIocContainer/Test.LightweightIocContainer.csproj

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<IsPackable>false</IsPackable>
<Authors>SimonG</Authors>
<LangVersion>default</LangVersion>

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<IsPackable>false</IsPackable>
<Authors>SimonG</Authors>
<LangVersion>default</LangVersion>

Loading…
Cancel
Save