This repository was archived by the owner on Dec 18, 2018. It is now read-only.
File tree 5 files changed +9
-7
lines changed
src/Microsoft.AspNetCore.SignalR.Client.TS
test/Microsoft.AspNetCore.SignalR.Test.Server
5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
- <Target Name =" RestoreNpm" >
2
+ <Target Name =" RestoreNpm" AfterTargets = " Restore " >
3
3
<Message Text =" Restoring NPM modules" Importance =" high" />
4
4
<Exec Command =" npm install" WorkingDirectory =" $(RepositoryRoot)" />
5
5
</Target >
Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR\Microsoft.AspNetCore.SignalR.csproj" />
15
- <ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR.Client.TS\Microsoft.AspNetCore.SignalR.Client.TS.csproj" />
15
+
16
+ <!-- ReferenceOutputAssembly="false" suppresses NuGet attempting to use the project reference as a compile reference.-->
17
+ <ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR.Client.TS\Microsoft.AspNetCore.SignalR.Client.TS.csproj" ReferenceOutputAssembly =" false" />
16
18
</ItemGroup >
17
19
18
20
<ItemGroup >
Original file line number Diff line number Diff line change 11
11
12
12
<ItemGroup >
13
13
<ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR.Redis\Microsoft.AspNetCore.SignalR.Redis.csproj" />
14
- <ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR.Client.TS\Microsoft.AspNetCore.SignalR.Client.TS.csproj" />
14
+ <!-- ReferenceOutputAssembly="false" suppresses NuGet attempting to use the project reference as a compile reference.-->
15
+ <ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR.Client.TS\Microsoft.AspNetCore.SignalR.Client.TS.csproj" ReferenceOutputAssembly =" false" />
15
16
16
17
<PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
17
18
<PackageReference Include =" Microsoft.AspNetCore" Version =" $(AspNetCoreVersion)" />
Original file line number Diff line number Diff line change 4
4
<Import Project =" ..\..\build\common.props" />
5
5
<PropertyGroup >
6
6
<TargetFramework >netstandard1.0</TargetFramework >
7
+ <IsPackable >false</IsPackable >
7
8
</PropertyGroup >
8
9
9
10
<PropertyGroup >
28
29
<Target Name =" Clean" >
29
30
<RemoveDir Directories =" $(SignalRClientDistFolder)" />
30
31
</Target >
31
-
32
- <Import Project =" $(MSBuildThisFileDirectory)\..\..\build\repo.targets" />
33
32
</Project >
34
-
Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR\Microsoft.AspNetCore.SignalR.csproj" />
13
- <ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR.Client.TS\Microsoft.AspNetCore.SignalR.Client.TS.csproj" />
13
+ <!-- ReferenceOutputAssembly="false" suppresses NuGet attempting to use the project reference as a compile reference.-->
14
+ <ProjectReference Include =" ..\..\src\Microsoft.AspNetCore.SignalR.Client.TS\Microsoft.AspNetCore.SignalR.Client.TS.csproj" ReferenceOutputAssembly =" false" />
14
15
<PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version =" $(AspNetCoreVersion)" />
15
16
<PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" Version =" $(AspNetCoreVersion)" />
16
17
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" $(AspNetCoreVersion)" />
You can’t perform that action at this time.
0 commit comments