Skip to content

Commit 749df25

Browse files
committed
Init
1 parent 195be1f commit 749df25

File tree

15 files changed

+13
-25
lines changed

15 files changed

+13
-25
lines changed

.github/workflows/cd-preview.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
uses: NuGet/setup-nuget@v2
4949
- name: Setup .NET 8
5050
uses: actions/setup-dotnet@v4
51-
with:
52-
global-json-file: global.json
5351

5452
- name: Configure the package manifest, logo, and secrets
5553
shell: pwsh

.github/workflows/cd-stable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
uses: NuGet/setup-nuget@v2
4949
- name: Setup .NET 8
5050
uses: actions/setup-dotnet@v4
51-
with:
52-
global-json-file: global.json
5351

5452
- name: Configure the package manifest, logo, and secrets
5553
shell: pwsh

.github/workflows/cd-store.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
uses: NuGet/setup-nuget@v2
4646
- name: Setup .NET 8
4747
uses: actions/setup-dotnet@v4
48-
with:
49-
global-json-file: global.json
5048

5149
- name: Configure the package manifest, logo, and secrets
5250
shell: pwsh

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ jobs:
105105
uses: NuGet/setup-nuget@v2
106106
- name: Setup .NET 8
107107
uses: actions/setup-dotnet@v4
108-
with:
109-
global-json-file: global.json
110108

111109
- name: Restore NuGet
112110
shell: pwsh
@@ -206,8 +204,6 @@ jobs:
206204
uses: actions/checkout@v4
207205
- name: Setup .NET 8
208206
uses: actions/setup-dotnet@v4
209-
with:
210-
global-json-file: global.json
211207

212208
- name: Download the packages from the Artifacts
213209
uses: actions/download-artifact@v4

global.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Files.App.BackgroundTasks/Files.App.BackgroundTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
5-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
66
<DefaultLanguage>en-US</DefaultLanguage>
77
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
88
<IsTrimmable>true</IsTrimmable>

src/Files.App.Controls/Files.App.Controls.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
5-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
6+
<WindowsSdkPackageVersion>10.0.22621.34</WindowsSdkPackageVersion>
67
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
78
<UseWinUI>true</UseWinUI>
89
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>

src/Files.App.CsWin32/Files.App.CsWin32.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
5-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
66
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
77
<Nullable>enable</Nullable>
88
<IsTrimmable>true</IsTrimmable>

src/Files.App.Server/Files.App.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<DefaultLanguage>en-US</DefaultLanguage>
66
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
77
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;be-BY;bg;ca;cs-CZ;da;de-DE;el;en-GB;es-ES;es-419;fa-IR;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hr-HR;hu-HU;id-ID;it-IT;ja-JP;ka;km-KH;ko-KR;lt-LT;lv-LV;ms-MY;nb-NO;nl-NL;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sq-AL;sr-Cyrl;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
8-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
8+
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<Nullable>enable</Nullable>

src/Files.App.Storage/Files.App.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<PropertyGroup>
5-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
66
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
77
<Nullable>enable</Nullable>
88
<IsTrimmable>true</IsTrimmable>

0 commit comments

Comments
 (0)