feat: switching to net6

This commit is contained in:
D. Moonfire 2022-09-05 22:21:10 -05:00
parent 05817f1010
commit d6e6e56414
1 changed files with 1 additions and 1 deletions

View File

@ -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>