Fix build after styleCop (#1384)
This commit is contained in:
Родитель
294320be95
Коммит
1d63d666da
|
@ -21,7 +21,7 @@ skip_tags: true
|
|||
# environment configuration #
|
||||
#---------------------------------#
|
||||
|
||||
os: Visual Studio 2017
|
||||
os: Visual Studio 2019
|
||||
|
||||
# scripts that are called at very beginning, before repo cloning
|
||||
init:
|
||||
|
|
|
@ -14,11 +14,10 @@
|
|||
|
||||
<CLSCompliant>true</CLSCompliant>
|
||||
<ComVisible>false</ComVisible>
|
||||
|
||||
|
||||
<UseSharedCompilation>false</UseSharedCompilation>
|
||||
<SuppressNETCoreSdkPreviewMessage>True</SuppressNETCoreSdkPreviewMessage>
|
||||
|
||||
<CodeAnalysisRuleSet>$(SolutionDir)CodingStyle.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingStyle.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(IsVisualBasic)' != 'true' And $(TargetFramework.StartsWith('net4')) ">
|
||||
|
@ -66,7 +65,7 @@
|
|||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ItemGroup >
|
||||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
|
@ -74,5 +73,4 @@
|
|||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче