File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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.4.1 </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.8 ]"
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.3 </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,15 +25,15 @@ SPDX-License-Identifier: MIT
25
25
/>
26
26
27
27
<ItemGroup Condition =" '$(IsTestProject)' == 'true' " >
28
- <PackageReference Include =" NUnit" Version =" 4.2.2 " />
28
+ <PackageReference Include =" NUnit" Version =" 4.3.0 " />
29
29
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
30
30
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup >
34
34
<PackageReference
35
35
Include =" Smdn.MSBuild.DefineConstants.NETSdkApi"
36
- Version =" [1.4.8 ]"
36
+ Version =" [1.5.1 ]"
37
37
PrivateAssets =" all"
38
38
IncludeAssets =" build"
39
39
/>
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ SPDX-License-Identifier: MIT
6
6
<Import Project =" $(MSBuildThisFileDirectory)TestReleasedPackage.targets" Condition =" '$(IsTestProject)' == 'true' " />
7
7
8
8
<ItemGroup >
9
- <PackageReference Update =" Smdn.Test.NUnit.Constraints" Version =" 4.0 .0" />
10
- <PackageReference Update =" Smdn.Test.NUnit.Utils" Version =" 4.0 .0" />
9
+ <PackageReference Update =" Smdn.Test.NUnit.Constraints" Version =" 4.1 .0" />
10
+ <PackageReference Update =" Smdn.Test.NUnit.Utils" Version =" 4.1 .0" />
11
11
</ItemGroup >
12
12
13
13
<ImportGroup >
You can’t perform that action at this time.
0 commit comments