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
33 <PropertyGroup >
4- <TargetFrameworks >net452;<!-- netcoreapp1.1--> </TargetFrameworks >
4+ <TargetFrameworks >net452;netcoreapp1.1</TargetFrameworks >
55 <Version >1.0.0</Version >
66 <AssemblyName >CacheManager.Tests</AssemblyName >
77 <AssemblyOriginatorKeyFile >../../tools/key.snk</AssemblyOriginatorKeyFile >
5353 </ItemGroup >
5454
5555 <PropertyGroup Condition =" '$(TargetFramework)' == 'net452' " >
56- <DefineConstants >$(DefineConstants);REDISENABLED;MEMCACHEDENABLED;MOCK_HTTPCONTEXT_ENABLED;NO_APP_CONFIG</DefineConstants >
56+ <DefineConstants >$(DefineConstants);REDISENABLED;<!-- MEMCACHEDENABLED--> ;MOCK_HTTPCONTEXT_ENABLED;NO_APP_CONFIG</DefineConstants >
5757 </PropertyGroup >
5858 <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.1' " >
5959 <DefineConstants >$(DefineConstants);REDISENABLED;NETCOREAPP</DefineConstants >
You can’t perform that action at this time.
0 commit comments