Fix "Save to CSV" CodePages assembly version mismatch (#790)

* Fix "Save to CSV" CodePages assembly version mismatch

* Add comment to delete packagereference once moving off preview version
This commit is contained in:
Karl Burtram
2019-03-26 18:34:28 -07:00
committed by GitHub
parent e41b9bcf51
commit e261d77bb8
3 changed files with 9 additions and 2 deletions

View File

@@ -19,6 +19,10 @@
<DefineConstants>TRACE;DEBUG;NETCOREAPP1_0;NETCOREAPP2_0</DefineConstants>
</PropertyGroup>
<ItemGroup>
<!-- delete reference from project once moving off preview version !-->
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview3-26501-04" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.SqlTools.Hosting\Microsoft.SqlTools.Hosting.csproj" />
<!-- Note: must reference the resource provider projects in order for them to be bundled into the app. Otherwise will not have any of the required DLLs and