File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0; netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <Description >
77 This is a support library to integrate AttributeRouting into MQTTnet with AspNetCore.
3333 <_Parameter1 >MQTTnet.AspNetCore.Routing.Tests</_Parameter1 >
3434 </AssemblyAttribute >
3535 </ItemGroup >
36- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
37- <PackageReference Include =" Microsoft.AspNetCore.Http.Connections" Version =" 1.1.0" />
38- </ItemGroup >
36+
3937
4038 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
4139 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
4240 </ItemGroup >
4341
4442 <ItemGroup >
45- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.2.5" />
46- <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 1.1.1" />
4743 <PackageReference Include =" MQTTnet" Version =" 4.1.0.247" />
4844 <PackageReference Include =" MQTTnet.AspNetCore" Version =" 4.1.0.247" />
4945 </ItemGroup >
You can’t perform that action at this time.
0 commit comments