Update smoke-tests to target net8

This commit is contained in:
Michael Simons 2023-01-20 18:05:42 +00:00
parent 33d44bcd22
commit 9dfa832bb9

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>