diff options
Diffstat (limited to 'Avalar.csproj')
| -rw-r--r-- | Avalar.csproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Avalar.csproj b/Avalar.csproj index 93ac3a3..06e24a5 100644 --- a/Avalar.csproj +++ b/Avalar.csproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <OutputType>WinExe</OutputType> + <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.0</TargetFramework> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> </PropertyGroup> @@ -25,6 +25,12 @@ <PackageReference Include="Avalonia.Desktop" Version="0.9.0" /> <PackageReference Include="Avalonia.ReactiveUI" Version="0.9.0" /> <PackageReference Include="Avalonia.Xaml.Behaviors" Version="0.9.0" /> + <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="7.14.5" /> + <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8"> + <PrivateAssets>all</PrivateAssets> + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> + </PackageReference> + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Views\Image\ImageControl.xaml"> |
