File tree 3 files changed +1212
-9
lines changed
3 files changed +1212
-9
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netcoreapp3.1</TargetFramework >
5
- </PropertyGroup >
6
-
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp3.1</TargetFramework >
5
+ </PropertyGroup >
7
6
<ItemGroup >
8
7
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 3.1.3" />
9
8
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1.3" />
16
15
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.2" />
17
16
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
18
17
<PackageReference Include =" X.PagedList.Mvc.Core" Version =" 8.0.7" />
19
- </ItemGroup >
20
-
21
- </Project >
18
+ </ItemGroup >
19
+ <ItemGroup >
20
+ <PackageReference Include =" System.ServiceModel.Duplex" Version =" 4.4.*" />
21
+ <PackageReference Include =" System.ServiceModel.Http" Version =" 4.4.*" />
22
+ <PackageReference Include =" System.ServiceModel.NetTcp" Version =" 4.4.*" />
23
+ <PackageReference Include =" System.ServiceModel.Security" Version =" 4.4.*" />
24
+ </ItemGroup >
25
+ </Project >
You can’t perform that action at this time.
0 commit comments