Skip to content

Commit

Permalink
Rework WebGrease Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
codewolf86 committed Jul 21, 2020
1 parent f02acc1 commit 7631a7e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/SFA.DAS.EAS.Support.Web/SFA.DAS.EAS.Support.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
<WebGreaseLibPath>$(USERPROFILE)\packages\webgrease\1.5.2\lib</WebGreaseLibPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 0 additions & 1 deletion src/SFA.DAS.EAS.Web/SFA.DAS.EAS.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<IISExpressSSLPort>443</IISExpressSSLPort>
<TargetFrameworkProfile />
<Use64BitIISExpress />
<WebGreaseLibPath>$(USERPROFILE)\packages\webgrease\1.5.2\lib</WebGreaseLibPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<WebGreaseLibPath>$(USERPROFILE)\.nuget\packages\WebGrease\1.5.2\lib</WebGreaseLibPath>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<WebGreaseLibPath>$(USERPROFILE)\.nuget\packages\WebGrease\1.5.2\lib</WebGreaseLibPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -120,6 +119,9 @@
<PackageReference Include="SFA.DAS.Web.Policy" Version="1.1.0.44309" />
<PackageReference Include="StructureMap" Version="4.7.1" />
<PackageReference Include="StructureMap.MVC5" Version="3.1.1.134" />
<PackageReference Include="WebGrease">
<Version>1.5.2</Version>
</PackageReference>
<PackageReference Include="WindowsAzure.Storage" Version="8.7.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 7631a7e

Please sign in to comment.