File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net5.0 </TargetFramework >
5
5
<UserSecretsId >cd5124f0-00bb-4cff-b8b9-dc4e11396fa3</UserSecretsId >
6
6
<DockerDefaultTargetOS >Windows</DockerDefaultTargetOS >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1.1 " />
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1.1 " />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1.1 " />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1.1 " >
10
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.0 " />
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 5.0.0 " />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5.0.0 " />
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 5.0.0 " >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
17
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 3.1.1 " />
18
- <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.9.10 " />
19
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.1 " />
17
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 5.0.0 " />
18
+ <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.10.8 " />
19
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 5.0.0 " />
20
20
</ItemGroup >
21
21
22
22
You can’t perform that action at this time.
0 commit comments