File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
tools/ExtensionsMetadataGenerator
ExtensionsMetadataGenerator.Console
ExtensionsMetadataGenerator Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ <Project >
2
+
3
+ <PropertyGroup >
4
+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
5
+ </PropertyGroup >
6
+
7
+ <ItemGroup >
8
+ <PackageVersion Include =" Microsoft.Build.Framework" Version =" 15.3.409" />
9
+ <PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" 15.3.409" />
10
+ <PackageVersion Include =" Mono.Cecil" Version =" 0.11.4" />
11
+ <PackageVersion Include =" System.Runtime.Loader" Version =" 4.3.0" />
12
+ </ItemGroup >
13
+
14
+ </Project >
Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Mono.Cecil" Version =" 0.11.4" />
17
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.0.2" />
16
+ <PackageReference Include =" Mono.Cecil" />
18
17
</ItemGroup >
19
18
20
19
</Project >
Original file line number Diff line number Diff line change 51
51
</ItemGroup >
52
52
53
53
<ItemGroup >
54
- <PackageReference Include =" Microsoft.Build.Framework" Version =" 15.3.409" PrivateAssets =" all" />
55
- <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" 15.3.409" PrivateAssets =" all" />
56
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.0.2" PrivateAssets =" all" />
54
+ <PackageReference Include =" Microsoft.Build.Framework" PrivateAssets =" all" />
55
+ <PackageReference Include =" Microsoft.Build.Utilities.Core" PrivateAssets =" all" />
57
56
</ItemGroup >
58
57
59
58
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
60
- <PackageReference Include =" System.Runtime.Loader" Version = " 4.3.0 " />
59
+ <PackageReference Include =" System.Runtime.Loader" />
61
60
</ItemGroup >
62
61
</Project >
You can’t perform that action at this time.
0 commit comments