Skip to content

Commit

Permalink
Merge pull request #113 from LanceMcCarthy/main
Browse files Browse the repository at this point in the history
Windows 11 Update
  • Loading branch information
LanceMcCarthy authored Oct 18, 2021
2 parents 05b25ad + 4819b30 commit 2cfe2cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<UseWPF>true</UseWPF>
<TargetFramework>net5.0-windows10.0.22000.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.22000.21</WindowsSdkPackageVersion>
<UseWindowsSdkPreview>true</UseWindowsSdkPreview>
<UseWPF>true</UseWPF>
<RootNamespace>MediaFileManager.Desktop</RootNamespace>
<AssemblyName>MediaFileManager.Desktop</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down Expand Up @@ -33,10 +35,10 @@
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.4.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.4.0" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.3.5" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.22000.194" />
<PackageReference Include="taglib-sharp-netstandard2.0" Version="2.1.0" />
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.4" />
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="0.8.4" />
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.5" />
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="0.8.5" />
<Manifest Include="$(ApplicationManifest)" />
<PackageReference Include="Telerik.Windows.Controls.Data.for.Wpf" Version="2021.3.914" />
<PackageReference Include="Telerik.Windows.Controls.Docking.for.Wpf" Version="2021.3.914" />
Expand Down
2 changes: 1 addition & 1 deletion src/MediaFileManager/PackageProject/PackageProject.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>79ec2c31-3930-4c0b-ab9f-e4ea6bc8800b</ProjectGuid>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<EntryPointProjectUniqueName>..\MediaFileManager.Desktop\MediaFileManager.Desktop.csproj</EntryPointProjectUniqueName>
Expand Down

0 comments on commit 2cfe2cb

Please sign in to comment.