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 21d8e8f commit ac4b8d7Copy full SHA for ac4b8d7
CSharp.lua.Launcher/CSharp.lua.Launcher.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
6
<LangVersion>latest</LangVersion>
7
</PropertyGroup>
8
CSharp.lua/CSharp.lua.csproj
@@ -14,7 +14,7 @@
14
15
16
<ItemGroup>
17
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
18
</ItemGroup>
19
20
0 commit comments