Skip to content

Commit

Permalink
Update SharpLSL.Native.* to v1.16.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Nov 3, 2024
1 parent 4956f38 commit 4028391
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions Examples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
<!--
<PackageReference Include="SharpLSL.Native.all" Version="1.16.2.1" />
-->
<PackageReference Include="SharpLSL.Native.linux-arm64" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.linux-x64" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.osx-arm64" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.osx-x64" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.win-arm64" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.win-x64" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.win-x86" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.linux-arm64" Version="1.16.2.3" Condition="$([MSBuild]::IsOsPlatform('Linux'))" />
<PackageReference Include="SharpLSL.Native.linux-x64" Version="1.16.2.3" Condition="$([MSBuild]::IsOsPlatform('Linux'))" />
<PackageReference Include="SharpLSL.Native.osx" Version="1.16.2.3" Condition="$([MSBuild]::IsOsPlatform('OSX'))" />
<PackageReference Include="SharpLSL.Native.win-arm64" Version="1.16.2.3" Condition="$([MSBuild]::IsOsPlatform('Windows'))" />
<PackageReference Include="SharpLSL.Native.win-x64" Version="1.16.2.3" Condition="$([MSBuild]::IsOsPlatform('Windows'))" />
<PackageReference Include="SharpLSL.Native.win-x86" Version="1.16.2.3" Condition="$([MSBuild]::IsOsPlatform('Windows'))" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/SharpLSL.Test/SharpLSL.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="SharpLSL.Native.all" Version="1.16.2.1" />
<PackageReference Include="SharpLSL.Native.all" Version="1.16.2.3" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 4028391

Please sign in to comment.