Skip to content

Commit 53edc40

Browse files
authored
Merge pull request #10 from dpvreony/net45
net45 support
2 parents 1d8c0b3 + a88b461 commit 53edc40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/NetTestRegimentation.Moq/NetTestRegimentation.Moq.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

src/NetTestRegimentation.UnitTests/NetTestRegimentation.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
4+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
55
</PropertyGroup>
66

77
</Project>

src/NetTestRegimentation/NetTestRegimentation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.2</TargetFramework>
4+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
55
<Description>A library to aid in structuring unit tests to help enforce design and behaviours during development.</Description>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)