Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Aug 17, 2024
1 parent 99b8863 commit 5372a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebCompiler/WebCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>Excubo.WebCompiler</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoprefixerHost" Version="3.0.35" />
<PackageReference Include="AutoprefixerHost" Version="3.0.36" />
<PackageReference Include="DartSassHost" Version="1.0.13" />
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.24.2" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.4.5" />
Expand Down
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>3.9.0</VersionPrefix>
<VersionPrefix>3.9.1</VersionPrefix>
<!--<VersionSuffix>preview.1</VersionSuffix>-->
</PropertyGroup>
<!--Self Include-->
Expand Down

0 comments on commit 5372a3e

Please sign in to comment.