Skip to content

Commit

Permalink
Uninstall unused NuGet packages #9
Browse files Browse the repository at this point in the history
- removed id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.2.0" targetFramework="net48"
  • Loading branch information
mpostol committed Sep 17, 2021
1 parent 18e56c7 commit 830eed6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions ModelCompiler/UA Model Compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
<Reference Include="BouncyCastle.Crypto, Version=1.8.10.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.BouncyCastle.1.8.10\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNetCore.Hosting.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNetCore.Hosting.Server.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion ModelCompiler/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.2.0" targetFramework="net48" />
<package id="Microsoft.AspNetCore.Hosting.Server.Abstractions" version="2.2.0" targetFramework="net48" />
<package id="Microsoft.AspNetCore.Http" version="2.2.2" targetFramework="net48" />
<package id="Microsoft.AspNetCore.Http.Abstractions" version="2.2.0" targetFramework="net48" />
Expand Down

0 comments on commit 830eed6

Please sign in to comment.