Skip to content

Commit

Permalink
chore: remove net452, net46, .NET Core 3.0, .NET Core 3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 28, 2023
1 parent 8f88f37 commit a55cbbf
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Project properties -->
<PropertyGroup>
<TargetFrameworks>net452;net46;net47;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net462;net47;net48;net5.0-windows;net6.0-windows</TargetFrameworks>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AutoGenerateBindingRedirects Condition=" $(TargetFramework.StartsWith('net4')) ">true</AutoGenerateBindingRedirects>
Expand Down
6 changes: 0 additions & 6 deletions src/MahApps.Metro.SimpleChildWindow.Demo/App.net452.config

This file was deleted.

6 changes: 0 additions & 6 deletions src/MahApps.Metro.SimpleChildWindow.Demo/App.net46.config

This file was deleted.

6 changes: 0 additions & 6 deletions src/MahApps.Metro.SimpleChildWindow.Demo/App.net47.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
<None Include="app.manifest" />
</ItemGroup>

<ItemGroup Condition="$(DefineConstants.Contains(NETCOREAPP)) == false">
<None Remove="App.config" />
<AppConfigWithTargetPath Include="App.$(TargetFramework).config">
<TargetPath>$(AssemblyName).exe.config</TargetPath>
</AppConfigWithTargetPath>
</ItemGroup>

<ItemGroup>
<Compile DependentUpon="%(Filename)" SubType="Code" Update="**\obj\**\*.g$(DefaultLanguageSourceExtension)" />
<Compile DependentUpon="%(Filename)" SubType="Designer" Update="**\*.xaml$(DefaultLanguageSourceExtension)" />
Expand Down

0 comments on commit a55cbbf

Please sign in to comment.