move to new git server
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.0-dev.2">
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.0-beta.1">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>disable</Nullable>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
@@ -8,17 +9,15 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GodotSharp" Version="4.4.0-dev.2" />
|
||||
<PackageReference Include="GodotSharp" Version="4.4.0-beta.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Nocturnis\Nocturnis.csproj" />
|
||||
<ProjectReference Include="..\TabulaSmaragdina\TabulaSmaragdina.csproj" />
|
||||
<ProjectReference Include="..\VirtualChemistry\VirtualChemistry.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Modules\InternalComputationalModule\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Nocturnis\Nocturnis.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user