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 19
19
<RootNamespace >Unity.Microsoft.DependencyInjection</RootNamespace >
20
20
<UnityAbstractions >..\..\Abstractions\src\Unity.Abstractions.csproj</UnityAbstractions >
21
21
<UnityContainer >..\..\Container\src\Unity.Container.csproj</UnityContainer >
22
- <TargetFramework >netstandard1.0</TargetFramework >
23
22
</PropertyGroup >
24
23
25
24
26
25
27
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
28
- <DefineConstants >TRACE;DEBUG</ DefineConstants >
27
+ <TargetFramework >netstandard1.0</ TargetFramework >
29
28
</PropertyGroup >
30
29
30
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
31
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
32
+ <TargetFrameworks >netstandard1.0;netcoreapp1.0;net47;net45;</TargetFrameworks >
33
+ </PropertyGroup >
34
+
31
35
32
36
<ItemGroup Condition =" Exists('$(UnityAbstractions)')" >
33
37
<ProjectReference Include =" $(UnityAbstractions)" />
You can’t perform that action at this time.
0 commit comments