mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
* Remove IMAPI2 with no substitution * Remove framework exceptions * Slight reorganization of code * Update README with support information * Remove msbuild-specific AppVeyor items * Be trickier when it comes to type from size * Fix formatting of changelist * Fix "detected" message * Be smarter about media type based on system
23 lines
985 B
XML
23 lines
985 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net48;net6.0;net7.0</TargetFrameworks>
|
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
|
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
|
|
<Copyright>Copyright (c)2019-2023</Copyright>
|
|
<VersionPrefix>2.6.6</VersionPrefix>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0-preview.2" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="SabreTools.Models" Version="1.1.4" />
|
|
<PackageReference Include="SabreTools.RedumpLib" Version="1.1.1" />
|
|
<PackageReference Include="SabreTools.Serialization" Version="1.1.6" />
|
|
<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|