We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0374 commit f6c0872Copy full SHA for f6c0872
CSharpToJavaScript/CSharpToJavaScript.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>0.0.09</VersionPrefix>
+ <VersionPrefix>0.0.10</VersionPrefix>
5
6
<TargetFramework>net10.0</TargetFramework>
7
<ImplicitUsings>disable</ImplicitUsings>
@@ -38,7 +38,7 @@
38
</ItemGroup>
39
40
<ItemGroup>
41
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
42
43
44
</Project>
0 commit comments