-
Notifications
You must be signed in to change notification settings - Fork 389
/
Copy pathpackages.config
16 lines (16 loc) · 1.16 KB
/
packages.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="jQuery" version="3.7.1" targetFramework="net472" />
<package id="Microsoft.AspNet.SignalR" version="2.4.3" targetFramework="net472" />
<package id="Microsoft.AspNet.SignalR.Core" version="2.4.3" targetFramework="net472" />
<package id="Microsoft.AspNet.SignalR.JS" version="2.4.3" targetFramework="net472" />
<package id="Microsoft.AspNet.SignalR.SystemWeb" version="2.4.3" targetFramework="net472" />
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.1" targetFramework="net472" />
<package id="Microsoft.Net.Compilers" version="4.2.0" targetFramework="net472" developmentDependency="true" />
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net472" />
<package id="Microsoft.Owin.Host.SystemWeb" version="4.2.2" targetFramework="net472" />
<package id="Microsoft.Owin.Security" version="4.2.2" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="2.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="Owin" version="1.0" targetFramework="net472" />
</packages>