diff --git a/.drone.yml b/.drone.yml index 71a8137..6d1fe6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: commands: - cd MangaMap/ - dotnet restore MangaMap.sln - - dotnet build MangaMap.sln -c Debug --no-restore + - dotnet build MangaMap.sln -c Release --no-restore --framework net7.0 - dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release --framework net7.0 - name: tests diff --git a/MangaMap/MangaMap.csproj b/MangaMap/MangaMap.csproj index 4ce8475..a7fd0ae 100644 --- a/MangaMap/MangaMap.csproj +++ b/MangaMap/MangaMap.csproj @@ -2,11 +2,11 @@  - net7.0;$(TargetFrameworks) + net7.0; $(TargetFrameworks);net7.0-windows10.0.19041.0 - Exe + Exe MangaMap true true