Skip to content

Commit

Permalink
Update SqlServerEndToEnd.DbSetup.csproj
Browse files Browse the repository at this point in the history
Co-authored-by: Ankit Jain <radical@gmail.com>
  • Loading branch information
mitchdenny and radical committed Sep 12, 2024
1 parent d0ebd8e commit 1b4841a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 1b4841a

Please sign in to comment.