Skip to content

Commit

Permalink
added <EnableWindowsTargeting>true</EnableWindowsTargeting>
Browse files Browse the repository at this point in the history
  • Loading branch information
daerup committed Apr 25, 2024
1 parent d2a2736 commit c5f165d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Schnacc.Database.UnitTests/DatabaseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ private async Task UserCanFetchHighscores()
var authorizationApi = new AuthorizationApi();
this.testee = new Database(await authorizationApi.SignInWithEmail(email, password));

// Act
// Assert
List<Highscore> highscores = this.testee.GetHighscores();

highscores.Count.Should().BeGreaterOrEqualTo(1);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Schnacc.Domain.UnitTests/Schnacc.Domain.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
Expand Down
1 change: 1 addition & 0 deletions Schnacc.Domain/Schnacc.Domain.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<FileUpgradeFlags>40</FileUpgradeFlags>
<OldToolsVersion>15.0</OldToolsVersion>
<UpgradeBackupLocation>C:\Users\darioportmann\source\repos\Schnacc\Backup1\</UpgradeBackupLocation>
Expand Down
1 change: 1 addition & 0 deletions Schnacc.UserInterface/Schnacc.UserInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<UseWPF>true</UseWPF>
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down

0 comments on commit c5f165d

Please sign in to comment.