File tree 1 file changed +11
-4
lines changed
SignalR_UnitTestingSupport
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.1</TargetFramework >
5
5
6
- <IsPackable >false </IsPackable >
6
+ <IsPackable >true </IsPackable >
7
7
8
8
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
9
9
19
19
20
20
<PackageReleaseNotes >Easy to use, small, SignalR Core unit testing support with NUnit and Moq.</PackageReleaseNotes >
21
21
22
- <PackageId >AspNetCore. SignalR.UnitTestingSupport.NUnit</PackageId >
22
+ <PackageId >SignalR.UnitTestingSupport.NUnit</PackageId >
23
23
24
24
<Authors >Mateusz Soboń (NightAngell)</Authors >
25
25
28
28
<Product >SignalRCore_UnitTestingSupport</Product >
29
29
30
30
<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 >
31
39
</PropertyGroup >
32
40
33
41
<ItemGroup >
36
44
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 2.2.1" />
37
45
<PackageReference Include =" Moq" Version =" 4.10.1" />
38
46
<PackageReference Include =" nunit" Version =" 3.10.1" />
39
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.10.0" />
40
47
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
41
48
</ItemGroup >
42
49
You can’t perform that action at this time.
0 commit comments