This repository was archived by the owner on Jul 12, 2022. It is now read-only.
File tree 8 files changed +31
-19
lines changed
Microsoft.DotNet.CodeFormatting
Microsoft.DotNet.CodeFormatting.Tests
Microsoft.DotNet.DeadRegionAnalysis
Microsoft.DotNet.DeadRegionAnalysis.Tests 8 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 5
5
<BaseOutputPath Condition =" '$(BaseOutputPath)' == ''" >$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\</BaseOutputPath >
6
6
<Authors Condition =" '$(Authors)' == ''" >Microsoft Corporation</Authors >
7
7
</PropertyGroup >
8
+
9
+ <Import Project =" dependencies.props" />
8
10
</Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <MSBuildPackageVersion >15.7.179</MSBuildPackageVersion >
5
+ <MicrosoftCodeAnalysisPackageVersion >2.8.2</MicrosoftCodeAnalysisPackageVersion >
6
+ <MicrosoftCodeAnalysisAnalyzersPackageVersion >2.6.1</MicrosoftCodeAnalysisAnalyzersPackageVersion >
7
+ <XunitPackageVersion >2.4.0</XunitPackageVersion >
8
+ <MicrosoftVisualStudioTestPlatformPackageVersion >14.0.0.1</MicrosoftVisualStudioTestPlatformPackageVersion >
9
+ </PropertyGroup >
10
+ </Project >
Original file line number Diff line number Diff line change 11
11
<ItemGroup >
12
12
<ProjectReference Include =" ..\CodeFormatter\CodeFormatter.csproj" />
13
13
<ProjectReference Include =" ..\Microsoft.DotNet.CodeFormatting\Microsoft.DotNet.CodeFormatting.csproj" />
14
- <PackageReference Include =" xunit" Version =" 2.4.0 " />
15
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " />
14
+ <PackageReference Include =" xunit" Version =" $(XunitPackageVersion) " />
15
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitPackageVersion) " />
16
16
</ItemGroup >
17
17
</Project >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net46</TargetFramework >
4
4
</PropertyGroup >
5
5
<ItemGroup >
6
- <PackageReference Include =" Microsoft.Build" Version =" 15.7.179 " />
7
- <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 15.7.179 " />
8
- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 2.8.2 " />
9
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 2.6.1 " />
6
+ <PackageReference Include =" Microsoft.Build" Version =" $(MSBuildPackageVersion) " />
7
+ <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MSBuildPackageVersion) " />
8
+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" $(MicrosoftCodeAnalysisPackageVersion) " />
9
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" $(MicrosoftCodeAnalysisAnalyzersPackageVersion) " />
10
10
</ItemGroup >
11
11
</Project >
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<ItemGroup >
6
6
<ProjectReference Include =" ..\Microsoft.DotNet.DeadRegionAnalysis\Microsoft.DotNet.DeadRegionAnalysis.csproj" />
7
- <PackageReference Include =" xunit" Version =" 2.4.0 " />
8
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " />
7
+ <PackageReference Include =" xunit" Version =" $(XunitPackageVersion) " />
8
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitPackageVersion) " />
9
9
</ItemGroup >
10
10
</Project >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net46</TargetFramework >
4
4
</PropertyGroup >
5
5
<ItemGroup >
6
- <PackageReference Include =" Microsoft.Build" Version =" 15.7.179 " />
7
- <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 15.7.179 " />
8
- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 2.8.2 " />
9
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 2.6.1 " />
6
+ <PackageReference Include =" Microsoft.Build" Version =" $(MSBuildPackageVersion) " />
7
+ <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MSBuildPackageVersion) " />
8
+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" $(MicrosoftCodeAnalysisPackageVersion) " />
9
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" $(MicrosoftCodeAnalysisAnalyzersPackageVersion) " />
10
10
</ItemGroup >
11
11
</Project >
Original file line number Diff line number Diff line change 4
4
</PropertyGroup >
5
5
<ItemGroup >
6
6
<ProjectReference Include =" ..\XUnitConverter\XUnitConverter.csproj" />
7
- <PackageReference Include =" xunit" Version =" 2.4.0 " />
8
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " />
9
- <PackageReference Include =" Microsoft.VisualStudio.TestPlatform" Version =" 14.0.0.1 " />
7
+ <PackageReference Include =" xunit" Version =" $(XunitPackageVersion) " />
8
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitPackageVersion) " />
9
+ <PackageReference Include =" Microsoft.VisualStudio.TestPlatform" Version =" $(MicrosoftVisualStudioTestPlatformPackageVersion) " />
10
10
</ItemGroup >
11
11
<ItemGroup >
12
12
<Content Include =" ..\XUnitConverter\MSTestNamespaces.txt" >
Original file line number Diff line number Diff line change 7
7
<Content Include =" MSTestNamespaces.txt" />
8
8
</ItemGroup >
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Build" Version =" 15.7.179 " />
11
- <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 15.7.179 " />
12
- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 2.8.2 " />
13
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 2.6.1 " />
10
+ <PackageReference Include =" Microsoft.Build" Version =" $(MSBuildPackageVersion) " />
11
+ <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MSBuildPackageVersion) " />
12
+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" $(MicrosoftCodeAnalysisPackageVersion) " />
13
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" $(MicrosoftCodeAnalysisAnalyzersPackageVersion) " />
14
14
</ItemGroup >
15
15
</Project >
You can’t perform that action at this time.
0 commit comments