Skip to content

Commit

Permalink
Merge pull request #39 from GeorgKreuzmayr/framework_downgrade
Browse files Browse the repository at this point in the history
Framework downgrade
  • Loading branch information
fgather authored Dec 6, 2020
2 parents 66ae244 + 33d2506 commit f0ed3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ArchUnitNET.NUnit/ArchUnitNET.NUnit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<IsPackable>true</IsPackable>
<Title>ArchUnit C# NUnit Extension</Title>
<Authors>Florian Gather, Fritz Brandhuber</Authors>
Expand Down
2 changes: 1 addition & 1 deletion ArchUnitNET.xUnit/ArchUnitNET.xUnit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<IsPackable>true</IsPackable>
<Title>ArchUnit C# xUnit Extension</Title>
<Authors>Florian Gather, Fritz Brandhuber</Authors>
Expand Down
2 changes: 1 addition & 1 deletion ArchUnitNET/ArchUnitNET.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<IsPackable>true</IsPackable>
<RootNamespace>ArchUnitNET</RootNamespace>
<PackageId>TngTech.ArchUnitNET</PackageId>
Expand Down

0 comments on commit f0ed3fe

Please sign in to comment.