Skip to content

Commit

Permalink
update target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
kpne committed Nov 5, 2024
1 parent 5e4da56 commit ba775bf
Showing 1 changed file with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<MinVerMinimumMajorMinor>0.0</MinVerMinimumMajorMinor>
<MinVerDefaultPreReleaseIdentifiers>preview</MinVerDefaultPreReleaseIdentifiers>
Expand All @@ -19,7 +13,7 @@
</PropertyGroup>

<PropertyGroup>
<Title>MagmaWorks Taxonomy Serialization Interfaces</Title>
<Title>MagmaWorks Taxonomy Serialization</Title>
<Company>Whitby Wood</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -32,17 +26,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OasysUnits.Serialization.JsonNet" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ISerialization\MagmaWorks.Taxonomy.ISerialization.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
Expand All @@ -62,4 +48,8 @@
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ISerialization\MagmaWorks.Taxonomy.ISerialization.csproj" />
</ItemGroup>

</Project>

0 comments on commit ba775bf

Please sign in to comment.