File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 <RootNamespace >Unity.Microsoft.DependencyInjection</RootNamespace >
2020 <UnityAbstractions >..\..\Abstractions\src\Unity.Abstractions.csproj</UnityAbstractions >
2121 <UnityContainer >..\..\Container\src\Unity.Container.csproj</UnityContainer >
22- <TargetFramework >netstandard1.0</TargetFramework >
2322 </PropertyGroup >
2423
2524
2625
2726 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
28- <DefineConstants >TRACE;DEBUG</ DefineConstants >
27+ <TargetFramework >netstandard1.0</ TargetFramework >
2928 </PropertyGroup >
3029
30+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
31+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
32+ <TargetFrameworks >netstandard1.0;netcoreapp1.0;net47;net45;</TargetFrameworks >
33+ </PropertyGroup >
34+
3135
3236 <ItemGroup Condition =" Exists('$(UnityAbstractions)')" >
3337 <ProjectReference Include =" $(UnityAbstractions)" />
You can’t perform that action at this time.
0 commit comments