Skip to content

Commit

Permalink
Merge pull request #10 from dpvreony/net45
Browse files Browse the repository at this point in the history
net45 support
  • Loading branch information
dpvreony committed Apr 21, 2020
2 parents 1d8c0b3 + a88b461 commit 53edc40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
<Description>Moq integrations library to aid in structuring unit tests to help enforce design and behaviours during development.</Description>
</PropertyGroup>

Expand Down
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/NetTestRegimentation/NetTestRegimentation.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
<Description>A library to aid in structuring unit tests to help enforce design and behaviours during development.</Description>
</PropertyGroup>

Expand Down

0 comments on commit 53edc40

Please sign in to comment.