Skip to content

Commit 3b7f33e

Browse files
committed
bump dependencies
1 parent efd5ee7 commit 3b7f33e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ SPDX-License-Identifier: MIT
1313

1414
<PropertyGroup Label="API list generator configurations">
1515
<APIListOutputBaseDirectory>$(MSBuildThisFileDirectory)..\doc\api-list\</APIListOutputBaseDirectory>
16-
<APIListPackageVersion>1.4.0</APIListPackageVersion>
16+
<APIListPackageVersion>1.4.1</APIListPackageVersion>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
2020
<PackageReference
2121
Include="Smdn.MSBuild.DefineConstants.NETSdkApi"
22-
Version="[1.4.6]"
22+
Version="[1.5.0]"
2323
PrivateAssets="all"
2424
IncludeAssets="build"
2525
/>

src/ProjectAssets.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT
44
-->
55
<Project>
66
<PropertyGroup>
7-
<SmdnProjectAssets_Common_PackageVersion Condition=" '$(SmdnProjectAssets_Common_PackageVersion)' == '' ">1.4.0</SmdnProjectAssets_Common_PackageVersion>
7+
<SmdnProjectAssets_Common_PackageVersion Condition=" '$(SmdnProjectAssets_Common_PackageVersion)' == '' ">1.4.1</SmdnProjectAssets_Common_PackageVersion>
88
<SmdnProjectAssets_Library_PackageVersion Condition=" '$(SmdnProjectAssets_Library_PackageVersion)' == '' ">1.7.3</SmdnProjectAssets_Library_PackageVersion>
99
</PropertyGroup>
1010

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SPDX-License-Identifier: MIT
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
3232
<PackageReference
3333
Include="Smdn.MSBuild.DefineConstants.NETSdkApi"
34-
Version="[1.4.6]"
34+
Version="[1.5.0]"
3535
PrivateAssets="all"
3636
IncludeAssets="build"
3737
/>

0 commit comments

Comments
 (0)