Skip to content

Commit

Permalink
Merge pull request #50 from Lombiq/issue/OSOE-593
Browse files Browse the repository at this point in the history
OSOE-593: Update NE to 1.2.3, Microsoft.NET.Test.Sdk to 17.5.0
  • Loading branch information
0liver committed Apr 28, 2023
2 parents a32eca7 + 11367f9 commit 748eda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<!-- Adding Node.js Extensions as a PackageReference will result in inclusion of its .props and .targets files
during Build. -->
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.3-alpha.0.osoe-593" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.2.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 748eda3

Please sign in to comment.