Updated CSProj
Changed Compiler language to 13.0 Removed GodotSharpExtras in favor for GodotSharp.SourceGenerators.
This commit is contained in:
parent
3e881fe33f
commit
51f8b73306
1 changed files with 3 additions and 2 deletions
|
|
@ -3,11 +3,12 @@
|
|||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<LangVersion>13</LangVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GodotSharpExtras" Version="0.5.0" />
|
||||
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.6.0" />
|
||||
<PackageReference Include="Jellyfin.Sdk" Version="2024.10.28" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue