Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Dec 16, 2024
1 parent 16eec21 commit 2537f5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests_WebCompiler/Tests_WebCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Tests_WebCompiler</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion WebCompiler/WebCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-x64" Version="7.4.5" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.osx-arm64" Version="7.4.5" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
<PackageReference Include="NUglify" Version="1.21.10" />
<PackageReference Include="NUglify" Version="1.21.11" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion WebCompiler/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.WebCompiler</PackageId>
<VersionPrefix>4.0.3</VersionPrefix>
<VersionPrefix>4.0.4</VersionPrefix>
<!--<VersionSuffix>preview.1</VersionSuffix>-->
</PropertyGroup>
<!--Self Include-->
Expand Down

0 comments on commit 2537f5c

Please sign in to comment.