- update tests to .net 6

pull/57/head
Simon G 4 years ago
parent 2ba8c3d963
commit 50ee006585
  1. 2
      Test.LightweightIocContainer/Test.LightweightIocContainer.csproj

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
<Version>3.0.0-beta3</Version> <Version>3.0.0-beta3</Version>
<Authors>SimonG</Authors> <Authors>SimonG</Authors>

Loading…
Cancel
Save