Skip to content

Commit 5e1a000

Browse files
committed
Revert change in test csproj
1 parent 4279971 commit 5e1a000

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/CacheManager.Tests/CacheManager.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -53,7 +53,7 @@
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>

0 commit comments

Comments
 (0)