File tree 4 files changed +10
-17
lines changed
4 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: MIT
13
13
14
14
<PropertyGroup Label =" API list generator configurations" >
15
15
<APIListOutputBaseDirectory >$(MSBuildThisFileDirectory)..\doc\api-list\</APIListOutputBaseDirectory >
16
- <APIListPackageVersion >1.3.2 </APIListPackageVersion >
16
+ <APIListPackageVersion >1.5.0 </APIListPackageVersion >
17
17
</PropertyGroup >
18
18
19
19
<PropertyGroup Label =" package properties" >
@@ -29,7 +29,7 @@ SPDX-License-Identifier: MIT
29
29
<ItemGroup >
30
30
<PackageReference
31
31
Include =" Smdn.MSBuild.DefineConstants.NETSdkApi"
32
- Version =" [1.4.2 ]"
32
+ Version =" [1.5.1 ]"
33
33
PrivateAssets =" all"
34
34
IncludeAssets =" build"
35
35
/>
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ SPDX-License-Identifier: MIT
4
4
-->
5
5
<Project >
6
6
<PropertyGroup >
7
- <SmdnProjectAssets_Common_PackageVersion Condition =" '$(SmdnProjectAssets_Common_PackageVersion)' == '' " >1.4.0 </SmdnProjectAssets_Common_PackageVersion >
8
- <SmdnProjectAssets_Library_PackageVersion Condition =" '$(SmdnProjectAssets_Library_PackageVersion)' == '' " >1.7.1 </SmdnProjectAssets_Library_PackageVersion >
7
+ <SmdnProjectAssets_Common_PackageVersion Condition =" '$(SmdnProjectAssets_Common_PackageVersion)' == '' " >1.4.1 </SmdnProjectAssets_Common_PackageVersion >
8
+ <SmdnProjectAssets_Library_PackageVersion Condition =" '$(SmdnProjectAssets_Library_PackageVersion)' == '' " >1.7.4 </SmdnProjectAssets_Library_PackageVersion >
9
9
</PropertyGroup >
10
10
11
11
<!--
Original file line number Diff line number Diff line change @@ -25,22 +25,15 @@ SPDX-License-Identifier: MIT
25
25
/>
26
26
27
27
<ItemGroup Condition =" '$(IsTestProject)' == 'true' " >
28
- <PackageReference Include =" NUnit" Version =" 4.0.1" />
29
- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
30
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
31
- <!--
32
- Workaround for the NUnit issue.
33
- Manually add a reference to System.Threading.Tasks.Extensions as essentially required by NUnit.
34
- This may be fixed in NUnit 4.1.
35
- ref: https://github.com/nunit/nunit/issues/4581
36
- -->
37
- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" Condition =" $(TargetFramework.StartsWith('net4'))" />
28
+ <PackageReference Include =" NUnit" Version =" 4.3.0" />
29
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
30
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
38
31
</ItemGroup >
39
32
40
33
<ItemGroup >
41
34
<PackageReference
42
35
Include =" Smdn.MSBuild.DefineConstants.NETSdkApi"
43
- Version =" [1.4.2 ]"
36
+ Version =" [1.5.1 ]"
44
37
PrivateAssets =" all"
45
38
IncludeAssets =" build"
46
39
/>
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SPDX-License-Identifier: MIT
7
7
<Import Project =" $(MSBuildThisFileDirectory)TestReleasedPackage.targets" Condition =" '$(IsTestProject)' == 'true' " />
8
8
9
9
<ItemGroup >
10
- <PackageReference Update =" Smdn.Test.NUnit.Constraints" Version =" 4.0 .0" />
11
- <PackageReference Update =" Smdn.Test.NUnit.Utils" Version =" 4.0 .0" />
10
+ <PackageReference Update =" Smdn.Test.NUnit.Constraints" Version =" 4.1 .0" />
11
+ <PackageReference Update =" Smdn.Test.NUnit.Utils" Version =" 4.1 .0" />
12
12
</ItemGroup >
13
13
14
14
<ImportGroup >
You can’t perform that action at this time.
0 commit comments