Skip to content

Commit 3dd9253

Browse files
committed
Change package conf
1 parent b7348a3 commit 3dd9253

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

SignalR_UnitTestingSupport/SignalR_UnitTestingSupport.csproj

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
55

6-
<IsPackable>false</IsPackable>
6+
<IsPackable>true</IsPackable>
77

88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
99

@@ -19,7 +19,7 @@
1919

2020
<PackageReleaseNotes>Easy to use, small, SignalR Core unit testing support with NUnit and Moq.</PackageReleaseNotes>
2121

22-
<PackageId>AspNetCore.SignalR.UnitTestingSupport.NUnit</PackageId>
22+
<PackageId>SignalR.UnitTestingSupport.NUnit</PackageId>
2323

2424
<Authors>Mateusz Soboń (NightAngell)</Authors>
2525

@@ -28,6 +28,14 @@
2828
<Product>SignalRCore_UnitTestingSupport</Product>
2929

3030
<Description>Easy to use, small, SignalR Core unit testing support with NUnit and Moq.</Description>
31+
32+
<ApplicationIcon />
33+
34+
<OutputType>Library</OutputType>
35+
36+
<StartupObject />
37+
38+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
3139
</PropertyGroup>
3240

3341
<ItemGroup>
@@ -36,7 +44,6 @@
3644
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.1" />
3745
<PackageReference Include="Moq" Version="4.10.1" />
3846
<PackageReference Include="nunit" Version="3.10.1" />
39-
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
4047
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
4148
</ItemGroup>
4249

0 commit comments

Comments
 (0)