Skip to content

Commit

Permalink
Add .NET 4.5 & .NET 4.8 support
Browse files Browse the repository at this point in the history
Add .NET 4.5 & .NET 4.8 support.
  • Loading branch information
orapps44 authored Nov 13, 2021
1 parent 0003dc7 commit 8546f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MaterialSkin/MaterialSkinCore.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0-windows;net461</TargetFrameworks>
<TargetFrameworks>net5.0-windows;net48;net461;net45</TargetFrameworks>
<RuntimeIdentifier>win</RuntimeIdentifier>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand All @@ -22,7 +22,7 @@
<PackageTags>material design materialdesign google forms theme skin</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
<Reference Include="System.Design" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 8546f78

Please sign in to comment.