File tree Expand file tree Collapse file tree
CSF.ORM.NHibernate.Common
CSF.PersistenceTester.Core
CSF.PersistenceTester.NUnit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
4- <TargetFrameworks >netstandard2.0;net45;netcoreapp2.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
77 <TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 22
33
44 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
5- <TargetFrameworks >netstandard2.0;net45;netcoreapp2.0 </TargetFrameworks >
5+ <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
66 </PropertyGroup >
77 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
88 <TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
4- <TargetFrameworks >netstandard2.0;net45;net461;netcoreapp2.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net45;net461</TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
77 <TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
4- <TargetFrameworks >netstandard2.0;net45;netcoreapp2.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
77 <TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
4- <TargetFrameworks >netstandard2.0;net461;netcoreapp2.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
77 <TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
4- <TargetFrameworks >netstandard2.0;net45;netcoreapp2.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
77 <TargetFramework >netstandard2.0</TargetFramework >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
4- <TargetFrameworks >netstandard2.0;net45;netcoreapp2.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
77 <TargetFramework >netstandard2.0</TargetFramework >
2323 <PackageVersion >$(ReleaseVersion)</PackageVersion >
2424 <SonarQubeTestProject >false</SonarQubeTestProject >
2525 </PropertyGroup >
26-
27- <Import Project =" ..\..\Tools\EnableNet45BuildOnUnix.targets" />
26+
27+ <ItemGroup >
28+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" All" Condition =" '$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" />
29+ </ItemGroup >
2830
2931 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
3032 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\CSF.PersistenceTester.Core.xml</DocumentationFile >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" '$(Configuration)' != 'Debug_SingleTarget'" >
4- <TargetFrameworks >netstandard2.0;net45;netcoreapp2.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(Configuration)' == 'Debug_SingleTarget'" >
77 <TargetFramework >netstandard2.0</TargetFramework >
2323 <PackageVersion >$(ReleaseVersion)</PackageVersion >
2424 <SonarQubeTestProject >false</SonarQubeTestProject >
2525 </PropertyGroup >
26-
27- <Import Project =" ..\..\Tools\EnableNet45BuildOnUnix.targets" />
26+
27+ <ItemGroup >
28+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" All" Condition =" '$(TargetFramework.TrimEnd(`0123456789`))' == 'net'" />
29+ </ItemGroup >
2830
2931 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
3032 <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\CSF.PersistenceTester.NUnit.xml</DocumentationFile >
You can’t perform that action at this time.
0 commit comments