1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

New: Use dotnet tooling, produce 64bit build on windows

This commit is contained in:
ta264
2019-10-14 21:20:59 +01:00
committed by Qstick
parent 304382f406
commit 0b0d0a7353
42 changed files with 657 additions and 268 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Platforms>x86</Platforms>
<TargetFrameworks>net462</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="8.4.0" />