summaryrefslogtreecommitdiff
path: root/Texty.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Texty.csproj')
-rw-r--r--Texty.csproj36
1 files changed, 11 insertions, 25 deletions
diff --git a/Texty.csproj b/Texty.csproj
index 7109110..fadc26c 100644
--- a/Texty.csproj
+++ b/Texty.csproj
@@ -1,26 +1,12 @@
-<Project Sdk="Godot.NET.Sdk/3.3.0">
- <PropertyGroup>
- <TargetFramework>net48</TargetFramework>
- <LangVersion>8</LangVersion>
- <Company>Sophia Pearson</Company>
- <AssemblyVersion>1.0.0</AssemblyVersion>
- <IsPackable>false</IsPackable>
- <NeutralLanguage>en-US</NeutralLanguage>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="ScriptTemplates\**" />
- <Compile Remove="Scenes\**" />
- <Compile Remove="Tests\**" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Remove="ScriptTemplates\**" />
- <EmbeddedResource Remove="Scenes\**" />
- <EmbeddedResource Remove="Tests\**" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="addons\ClassExporter\plugin.cfg" />
- <Content Include="Tests\**" />
- <Content Include="Scenes\**" />
- <Context Include="Assets\**" />
- </ItemGroup>
+<Project Sdk="Godot.NET.Sdk/4.0.0-beta2">
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+ <EnableDynamicLoading>true</EnableDynamicLoading>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Remove="ScriptTemplates\**" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Remove="ScriptTemplates\**" />
+ </ItemGroup>
</Project> \ No newline at end of file