update Microsoft.Build.Sql version to 0.1.3-preview in templates (#18659)

This commit is contained in:
Kim Santiago
2022-03-07 17:34:30 -08:00
committed by GitHub
parent f013a88163
commit 5bb35d4eed
9 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build">
<Sdk Name="Microsoft.Build.Sql" Version="1.0.0" />
<Sdk Name="Microsoft.Build.Sql" Version="0.1.3-preview" />
<PropertyGroup>
<Name>TestProjectName</Name>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>