Skip to content

Commit ac4b8d7

Browse files
committed
update CodeAnalysis 4.14 & net 9.0
1 parent 21d8e8f commit ac4b8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CSharp.lua.Launcher/CSharp.lua.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<LangVersion>latest</LangVersion>
77
</PropertyGroup>
88

CSharp.lua/CSharp.lua.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)