Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Dec 15, 2024
1 parent cc43998 commit 11358c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: MIT

<PropertyGroup Label="API list generator configurations">
<APIListOutputBaseDirectory>$(MSBuildThisFileDirectory)..\doc\api-list\</APIListOutputBaseDirectory>
<APIListPackageVersion>1.4.1</APIListPackageVersion>
<APIListPackageVersion>1.5.0</APIListPackageVersion>
</PropertyGroup>

<PropertyGroup Label="package properties">
Expand Down
4 changes: 2 additions & 2 deletions src/ProjectAssets.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SPDX-License-Identifier: MIT
-->
<Project>
<PropertyGroup>
<SmdnProjectAssets_Common_PackageVersion Condition=" '$(SmdnProjectAssets_Common_PackageVersion)' == '' ">1.4.0</SmdnProjectAssets_Common_PackageVersion>
<SmdnProjectAssets_Library_PackageVersion Condition=" '$(SmdnProjectAssets_Library_PackageVersion)' == '' ">1.7.3</SmdnProjectAssets_Library_PackageVersion>
<SmdnProjectAssets_Common_PackageVersion Condition=" '$(SmdnProjectAssets_Common_PackageVersion)' == '' ">1.4.1</SmdnProjectAssets_Common_PackageVersion>
<SmdnProjectAssets_Library_PackageVersion Condition=" '$(SmdnProjectAssets_Library_PackageVersion)' == '' ">1.7.4</SmdnProjectAssets_Library_PackageVersion>
</PropertyGroup>

<!--
Expand Down
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SPDX-License-Identifier: MIT
</ItemGroup>

<ItemGroup Condition=" '$(IsTestProject)' == 'true' ">
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SPDX-License-Identifier: MIT
<Import Project="$(MSBuildThisFileDirectory)TestReleasedPackage.targets" Condition=" '$(IsTestProject)' == 'true' " />

<ItemGroup>
<PackageReference Update="Smdn.Test.NUnit.Constraints" Version="4.0.0" />
<PackageReference Update="Smdn.Test.NUnit.Utils" Version="4.0.0" />
<PackageReference Update="Smdn.Test.NUnit.Constraints" Version="4.1.0" />
<PackageReference Update="Smdn.Test.NUnit.Utils" Version="4.1.0" />
</ItemGroup>

<ImportGroup>
Expand Down

0 comments on commit 11358c1

Please sign in to comment.