|
|
@@ -185,9 +185,6 @@
|
|
|
<None Include="package.nuspec" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Castle.Core">
|
|
|
- <HintPath>..\..\..\..\.nuget\packages\castle.core\4.4.1\lib\net45\Castle.Core.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
@@ -196,7 +193,6 @@
|
|
|
<Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Management" />
|
|
|
<Reference Include="System.Net" />
|
|
|
- <Reference Include="System.Net.Http" />
|
|
|
<Reference Include="System.Numerics" />
|
|
|
<Reference Include="System.Web" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
@@ -226,12 +222,6 @@
|
|
|
<PackageReference Include="StackExchange.Redis">
|
|
|
<Version>2.8.0</Version>
|
|
|
</PackageReference>
|
|
|
- <PackageReference Include="System.Text.Json">
|
|
|
- <Version>8.0.4</Version>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="System.ValueTuple">
|
|
|
- <Version>4.5.0</Version>
|
|
|
- </PackageReference>
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|