Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions ProjectObsidian/ProjectObsidian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<RootNamespace>Project-Obsidian</RootNamespace>
<AssemblyName>Project-Obsidian</AssemblyName>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>13</LangVersion>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>14</LangVersion>
<Copyright>Copyright © Custom Extension Works 2025</Copyright>
<Product>Project-Obsidian</Product>
</PropertyGroup>
Expand Down Expand Up @@ -80,17 +80,11 @@
</Reference>
<Reference Include="BepuPhysics">
<HintPath>$(ResonitePath)BepuPhysics.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.ValueTuple">
<HintPath>$(ResonitePath)System.ValueTuple.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProjectObsidian.SourceGenerators\ProjectObsidian.SourceGenerators\SourceGenerators.csproj" OutputItemType="Analyzer" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> </PackageReference>
<PackageReference Include="System.Memory" Version="4.6.3" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SourceFiles="$(TargetPath)" DestinationFolder="$(ResonitePath)Libraries" />
Expand Down