Skip to content

Commit f6c0872

Browse files
committed
Nuget 0.0.10
1 parent c4d0374 commit f6c0872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSharpToJavaScript/CSharpToJavaScript.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>0.0.09</VersionPrefix>
4+
<VersionPrefix>0.0.10</VersionPrefix>
55

66
<TargetFramework>net10.0</TargetFramework>
77
<ImplicitUsings>disable</ImplicitUsings>
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
41+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
4242
</ItemGroup>
4343

4444
</Project>

0 commit comments

Comments
 (0)