|
@@ -2,6 +2,7 @@
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
+ <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<ProjectGuid>{F77DFC56-4D10-4A51-A483-F2BCD9CAAFA4}</ProjectGuid>
|
|
@@ -331,11 +332,6 @@
|
|
|
<Name>Vinno.vCloud.FIS.CrossPlatform.Windows</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="System.Text.Json">
|
|
|
- <Version>5.0.2</Version>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
<PostBuildEvent>if not exist "$(TargetDir)x64" mkdir "$(TargetDir)x64"
|