Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 2471c5f

Browse files
authored
Merge pull request #190 from austinlparker/feature/minNet45
use net45 as minimum version
2 parents 11771bc + 2c34cdb commit 2471c5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/LibLog/LibLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
44
<LangVersion>7</LangVersion>
55
<RootNamespace>YourRootNamespace.Logging</RootNamespace>
66
</PropertyGroup>

src/LibLog/LibLog.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ This package is a variation of option 3 but will automatically wire things up to
3535
<group targetFramework="netstandard2.0">
3636
<dependency id="Microsoft.CSharp" version="4.4.0" />
3737
</group>
38-
<group targetFramework="net452">
38+
<group targetFramework="net45">
3939
<dependency id="Microsoft.CSharp" version="4.4.0" />
4040
</group>
4141
</dependencies>
4242
</metadata>
4343
<files>
4444
<file src="**/*.cs.pp" target="contentFiles/cs/netstandard2.0" />
45-
<file src="**/*.cs.pp" target="contentFiles/cs/net452" />
45+
<file src="**/*.cs.pp" target="contentFiles/cs/net45" />
4646
</files>
4747
</package>

0 commit comments

Comments
 (0)