File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
<DefineConstants Condition =" $(DefineConstants.Contains(FULLFRAMEWORK)) == False" >$(DefineConstants);DOTNETCORE</DefineConstants >
19
19
</PropertyGroup >
20
20
<ItemGroup >
21
- <PackageReference Include =" MinVer" Version =" 2.2.0 " PrivateAssets =" all" />
21
+ <PackageReference Include =" MinVer" Version =" 2.3.1 " PrivateAssets =" all" />
22
22
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies.net461" Version =" 1.0.0" PrivateAssets =" all" />
23
23
</ItemGroup >
24
24
</Project >
Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"minver-cli" : {
6
- "version" : " 2.2.0 " ,
6
+ "version" : " 2.3.1 " ,
7
7
"commands" : [
8
8
" minver"
9
9
]
10
10
},
11
11
"assembly-differ" : {
12
- "version" : " 0.12.5 " ,
12
+ "version" : " 0.13.0 " ,
13
13
"commands" : [
14
14
" assembly-differ"
15
15
]
16
16
},
17
17
"release-notes" : {
18
- "version" : " 0.2.3 " ,
18
+ "version" : " 0.3.0 " ,
19
19
"commands" : [
20
20
" release-notes"
21
21
]
22
22
},
23
23
"nupkg-validator" : {
24
- "version" : " 0.3.1 " ,
24
+ "version" : " 0.4.0 " ,
25
25
"commands" : [
26
26
" nupkg-validator"
27
27
]
You can’t perform that action at this time.
0 commit comments