diff --git a/builds/ci-pr.yml b/builds/ci-pr.yml index c9a2d0934..205acf0ac 100644 --- a/builds/ci-pr.yml +++ b/builds/ci-pr.yml @@ -68,6 +68,7 @@ jobs: displayName: 'Download CA certificate' inputs: secureFile: '$(signingCert.secureFilePath)' + overWrite: true - task: UseDotNet@2 inputs: diff --git a/builds/ci.yml b/builds/ci.yml index 45fed940a..8a341e3b9 100644 --- a/builds/ci.yml +++ b/builds/ci.yml @@ -63,6 +63,7 @@ jobs: SourceFolder: '$(Agent.TempDirectory)' Contents: '$(CredentialSecureFile.secureFilePath)' TargetFolder: '$(Build.SourcesDirectory)\src\FluentHub.App' + overWrite: true - task: DownloadSecureFile@1 name: caCertificate diff --git a/src/FluentHub.App/FluentHub.App.csproj b/src/FluentHub.App/FluentHub.App.csproj index c3d22c79e..f262c33e9 100644 --- a/src/FluentHub.App/FluentHub.App.csproj +++ b/src/FluentHub.App/FluentHub.App.csproj @@ -1,7 +1,7 @@  - net7.0-windows10.0.22000.0 + net7.0-windows10.0.22621.0 WinExe FluentHub en-US diff --git a/src/FluentHub.Package/FluentHub.Package.wapproj b/src/FluentHub.Package/FluentHub.Package.wapproj index b860215be..32adb0a26 100644 --- a/src/FluentHub.Package/FluentHub.Package.wapproj +++ b/src/FluentHub.Package/FluentHub.Package.wapproj @@ -1,8 +1,32 @@ + 17.0 + + + 10.0.22621.0 + 10.0.19041.0 + 8f60fd8e-1921-47d6-97b0-d26d7b3a4999 + net7.0-windows$(TargetPlatformVersion);$(AssetTargetFallback) + en-US + False + False + 0 + OnApplicationRun + True + x64 + False + True + Scale|DXFeatureLevel + Language=en-US;ja-JP + StoreUpload + 0 + ..\FluentHub.App\FluentHub.App.csproj + Always + + Debug @@ -41,41 +65,21 @@ ARM64 + $(MSBuildExtensionsPath)\Microsoft\DesktopBridge\ FluentHub.App\ + - - 8f60fd8e-1921-47d6-97b0-d26d7b3a4999 - 10.0.22000.0 - 10.0.19041.0 - net7.0-windows$(TargetPlatformVersion);$(AssetTargetFallback) - en-US - False - False - 0 - OnApplicationRun - True - x86|x64 - False - True - Scale|DXFeatureLevel - Language=en-US;ja-JP - StoreUpload - 0 - ..\FluentHub.App\FluentHub.App.csproj - Always - + Designer - - - + True @@ -83,9 +87,12 @@ Partial + - - + + + - \ No newline at end of file + +