Update SQL Assessment package version (#1174)

This update fixes a bug affecting all SQL Server instances
with a distributor database and case-sensitive collation.
This commit is contained in:
Aleksei Guzev
2021-03-10 20:48:49 +03:00
committed by GitHub
parent 6b2de9c5bd
commit 742d9b257b

View File

@@ -22,7 +22,7 @@
<PackageReference Update="Microsoft.SqlServer.DACFx" Version="150.5080.2-preview" GeneratePathProperty="true" />
<PackageReference Update="Microsoft.Azure.Kusto.Data" Version="9.0.4" />
<PackageReference Update="Microsoft.Azure.Kusto.Language" Version="9.0.4"/>
<PackageReference Update="Microsoft.SqlServer.Assessment" Version="[1.0.304]" />
<PackageReference Update="Microsoft.SqlServer.Assessment" Version="[1.0.305]" />
<PackageReference Update="Microsoft.SqlServer.Migration.Assessment" Version="1.0.20201001.204" />
<PackageReference Update="Moq" Version="4.8.2" />