feat: switching to net6
This commit is contained in:
parent
05817f1010
commit
d6e6e56414
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<IsPackable>true</IsPackable>
|
||||
<Description>An opininated test setup using Autofac, Xunit, and Serilog.</Description>
|
||||
|
|
Reference in a new issue