build: dotnet: change assembly versioning scheme (fix to 1.0.0.0)

This commit is contained in:
Bill Zissimopoulos
2017-04-13 16:04:13 -07:00
parent 197ce7c30a
commit 9770efde14
4 changed files with 14 additions and 5 deletions

View File

@ -53,7 +53,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="winfsp-msil, Version=1.1.17101.0, Culture=neutral, PublicKeyToken=b099876d8fa9b1f3, processorArchitecture=MSIL">
<Reference Include="winfsp-msil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b099876d8fa9b1f3, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(MSBuildProgramFiles32)\WinFsp\bin\winfsp-msil.dll</HintPath>
</Reference>