Files
MPF/MPF.Library/MPF.Library.csproj

44 lines
1.9 KiB
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
2023-09-26 23:26:48 -04:00
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
2020-09-11 21:31:46 -07:00
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
<Copyright>Copyright (c)2019-2023</Copyright>
2023-10-04 13:14:05 -04:00
<Version>2.6.6</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<NrtRevisionFormat>$(Version)-{chash:8}</NrtRevisionFormat>
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
<NrtShowRevision>false</NrtShowRevision>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MPF.Core\MPF.Core.csproj" />
<ProjectReference Include="..\MPF.Modules\MPF.Modules.csproj" />
</ItemGroup>
<ItemGroup>
2023-07-14 12:07:44 -04:00
<PackageReference Include="BurnOutSharp" PrivateAssets="build; analyzers" ExcludeAssets="contentFiles" Version="2.8.0" GeneratePathProperty="true">
2020-11-03 21:49:59 -08:00
<IncludeAssets>runtime; compile; build; native; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2023-07-14 12:07:44 -04:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2023-09-29 11:12:35 -04:00
<PackageReference Include="SabreTools.Models" Version="1.1.4" />
2023-09-05 00:08:09 -04:00
<PackageReference Include="SabreTools.RedumpLib" Version="1.1.1" />
2021-04-02 21:21:50 -07:00
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
2022-10-17 21:04:58 -07:00
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
2022-03-27 20:57:42 -07:00
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
2022-10-17 11:00:51 -07:00
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3">
2021-06-03 22:19:03 -07:00
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
2020-11-03 21:49:59 -08:00
<Content Include="$(PkgBurnOutSharp)\content\**" PackagePath="contentFiles\any\any;content" CopyToOutputDirectory="Always" PackageCopyToOutput="true" />
</ItemGroup>
</Project>