|
@@ -10,10 +10,10 @@
|
|
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
|
<!-- In the source tree the version will always be 1.0 for all projects. -->
|
|
|
<!-- Do not modify these. Do NOT commit after manually running `dotnet-gitversion /updateprojectfiles` -->
|
|
|
- <AssemblyVersion>1.11.0.0</AssemblyVersion>
|
|
|
- <FileVersion>1.11.0.0</FileVersion>
|
|
|
- <Version>1.11</Version>
|
|
|
- <InformationalVersion>1.11</InformationalVersion>
|
|
|
+ <AssemblyVersion>1.0</AssemblyVersion>
|
|
|
+ <FileVersion>1.0</FileVersion>
|
|
|
+ <Version>1.0</Version>
|
|
|
+ <InformationalVersion>1.0</InformationalVersion>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
|