Skip to content

Commit

Permalink
Update Target framework version to 26100
Browse files Browse the repository at this point in the history
Update Target framework version to 26100
  • Loading branch information
Gaoyifei1011 committed Aug 1, 2024
1 parent 21b0472 commit 6486713
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion GetStoreApp/GetStoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<RootNamespace>GetStoreApp</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<StartupObject>GetStoreApp.Program</StartupObject>
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
<UseRidGraph>true</UseRidGraph>
Expand Down
Binary file modified GetStoreApp/GetStoreApp.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
[assembly: AssemblyFileVersion("4.2.730.0")]
[assembly: AssemblyInformationalVersion("4.2.730.0")]
[assembly: AssemblyFileVersion("4.2.801.0")]
[assembly: AssemblyInformationalVersion("4.2.801.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("4.2.730.0")]
[assembly: AssemblyVersion("4.2.801.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
2 changes: 1 addition & 1 deletion GetStoreAppPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="4.2.730.0" />
Version="4.2.801.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions GetStoreAppWebView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("网页浏览器")]
[assembly: AssemblyFileVersion("4.2.730.0")]
[assembly: AssemblyInformationalVersion("4.2.730.0")]
[assembly: AssemblyFileVersion("4.2.801.0")]
[assembly: AssemblyInformationalVersion("4.2.801.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
[assembly: AssemblyVersion("4.2.730.0")]
[assembly: AssemblyVersion("4.2.801.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<CsWinRTIncludes>Microsoft.Management.Deployment</CsWinRTIncludes>
<CSWinRTWindowsMetadata>10.0.22621.0</CSWinRTWindowsMetadata>
<CSWinRTWindowsMetadata>10.0.26100.0</CSWinRTWindowsMetadata>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsTrimmable>true</IsTrimmable>
<Platforms>x64;x86;ARM64</Platforms>
<PublishTrimmed>true</PublishTrimmed>
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<WindowsSdkPackageVersion>10.0.26100.37-preview</WindowsSdkPackageVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// 程序集信息设置
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("©Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyFileVersion("4.2.730.0")]
[assembly: AssemblyInformationalVersion("4.2.730.0")]
[assembly: AssemblyFileVersion("4.2.801.0")]
[assembly: AssemblyInformationalVersion("4.2.801.0")]
[assembly: AssemblyProduct("获取商店应用 WinGet WinRT 扩展")]
[assembly: AssemblyVersion("4.2.730.0")]
[assembly: AssemblyVersion("4.2.801.0")]

// 设置程序集仅允许在Windows平台上可用
[assembly: SupportedOSPlatform("windows10.0.26100")]

0 comments on commit 6486713

Please sign in to comment.