Skip to content

Commit

Permalink
Update template to netstandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Sep 25, 2024
1 parent fd3809c commit ba02323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.SqlProj/#{NBGV_NuGetPackageVersion}#">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<SqlServerVersion>#{SqlServerVersion}</SqlServerVersion>
<RunSqlCodeAnalysis>#{CodeAnalysis}</RunSqlCodeAnalysis>
<!-- For additional properties that can be set here, please refer to https://github.com/rr-wfm/MSBuild.Sdk.SqlProj#model-properties -->
Expand Down

0 comments on commit ba02323

Please sign in to comment.