|
@@ -1,4 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
|
<!-- In the source tree the version will always be 2.0 for all projects. -->
|
|
@@ -21,12 +21,12 @@
|
|
|
<NoLogo>true</NoLogo>
|
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
- <DefineDebug>True</DefineDebug>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
|
|
+ <DefineDebug>true</DefineDebug>
|
|
|
<DefineConstants>$(DefineConstants);DEBUG_IDISPOSABLE</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
- <Optimize>True</Optimize>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
|
+ <Optimize>true</Optimize>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
|