This repository was archived by the owner on Dec 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments