-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackages.config
More file actions
12 lines (12 loc) · 831 Bytes
/
packages.config
File metadata and controls
12 lines (12 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net46" />
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.2" targetFramework="net46" />
<package id="Microsoft.Net.Compilers" version="1.3.2" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
<package id="MvcDonutCaching" version="1.3.0" targetFramework="net46" />
<package id="Npgsql" version="3.1.9" targetFramework="net46" />
<package id="Serilog" version="2.3.0" targetFramework="net46" />
</packages>