2022-07-15 17:28:39 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<PropertyGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<RootNamespace>MatterHackers.InfInstaller</RootNamespace>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
2022-10-20 10:53:25 -07:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.346202">
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
2014-11-25 12:19:37 -08:00
|
|
|
|
</ItemGroup>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</Project>
|