File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ skip_tags: true
21
21
# environment configuration #
22
22
# ---------------------------------#
23
23
24
- os : Visual Studio 2017
24
+ os : Visual Studio 2019
25
25
26
26
# scripts that are called at very beginning, before repo cloning
27
27
init :
File renamed without changes.
Original file line number Diff line number Diff line change 14
14
15
15
<CLSCompliant >true</CLSCompliant >
16
16
<ComVisible >false</ComVisible >
17
-
17
+
18
18
<UseSharedCompilation >false</UseSharedCompilation >
19
19
<SuppressNETCoreSdkPreviewMessage >True</SuppressNETCoreSdkPreviewMessage >
20
-
21
- <CodeAnalysisRuleSet >$(SolutionDir)CodingStyle.ruleset</CodeAnalysisRuleSet >
20
+ <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingStyle.ruleset</CodeAnalysisRuleSet >
22
21
</PropertyGroup >
23
22
24
23
<PropertyGroup Condition =" '$(IsVisualBasic)' != 'true' And $(TargetFramework.StartsWith('net4')) " >
66
65
</PackageReference >
67
66
</ItemGroup >
68
67
69
- <ItemGroup >
68
+ <ItemGroup >
70
69
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" >
71
70
<PrivateAssets >all</PrivateAssets >
72
71
</PackageReference >
73
72
<PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 2.9.4" >
74
73
<PrivateAssets >all</PrivateAssets >
75
74
</PackageReference >
76
75
</ItemGroup >
77
-
78
76
</Project >
You can’t perform that action at this time.
0 commit comments