Revert "Update smoke-tests to target net8"

This reverts commit 9dfa832bb9.
This commit is contained in:
Michael Simons 2023-01-20 18:24:00 +00:00
parent 9dfa832bb9
commit b743cc9964

View file

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