Skip to content

Commit

Permalink
chore: Keep default framework on .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Jan 10, 2025
1 parent b253bf2 commit 9734b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ci/.azure-devops-wasdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- task: CopyFiles@2
condition: always()
inputs:
SourceFolder: $(build.sourcesdirectory)/src/SamplesApp/SamplesApp.Windows/bin/x64/Release/net9.0-windows10.0.19041.0/win-x64/AppPackages
SourceFolder: $(build.sourcesdirectory)/src/SamplesApp/SamplesApp.Windows/bin/x64/Release/net8.0-windows10.0.19041.0/win-x64/AppPackages
Contents: '**'
TargetFolder: $(build.artifactstagingdirectory)
CleanTargetFolder: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>$(NetCurrentWinAppSDK)</TargetFramework>
<TargetFramework>$(NetPreviousWinAppSDK)</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>SamplesApp.Windows</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit 9734b04

Please sign in to comment.