File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Caliburn.Micro.Core.Tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" MSBuild.Sdk.Extras" >
22
33 <PropertyGroup >
4- <TargetFramework >net46 </TargetFramework >
4+ <TargetFramework >net45 </TargetFramework >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" MSBuild.Sdk.Extras" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard1.3;net46 ;uap10.0.16299;Xamarin.iOS10;MonoAndroid80</TargetFrameworks >
4+ <TargetFrameworks >netstandard1.1;net45 ;uap10.0.16299;Xamarin.iOS10;MonoAndroid80</TargetFrameworks >
55 <PackageId >Caliburn.Micro.Core</PackageId >
66 <Product >Caliburn.Micro Core</Product >
77 <RootNamespace >Caliburn.Micro</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" MSBuild.Sdk.Extras" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net46 ;uap10.0.16299;Xamarin.iOS10;MonoAndroid80;netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >net45 ;uap10.0.16299;Xamarin.iOS10;MonoAndroid80;netstandard2.0</TargetFrameworks >
55 <PackageId >Caliburn.Micro</PackageId >
66 <Product >Caliburn.Micro</Product >
77 <RootNamespace >Caliburn.Micro</RootNamespace >
1111 <DefineConstants >XFORMS</DefineConstants >
1212 </PropertyGroup >
1313
14- <PropertyGroup Condition =" '$(TargetFramework)' == 'net46 '" >
14+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net45 '" >
1515 <AssemblyOriginatorKeyFile >.\..\Caliburn.Micro.snk</AssemblyOriginatorKeyFile >
1616 <SignAssembly >true</SignAssembly >
1717 </PropertyGroup >
2222 <None Include =" Platforms\**\*.cs" />
2323 </ItemGroup >
2424
25- <ItemGroup Condition =" '$(TargetFramework)' == 'net46 '" >
25+ <ItemGroup Condition =" '$(TargetFramework)' == 'net45 '" >
2626 <PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.0.1" />
2727 <Reference Include =" PresentationCore" />
2828 <Reference Include =" PresentationFramework" />
You can’t perform that action at this time.
0 commit comments