Commit 6a30fda 1 parent 2819ed0 commit 6a30fda Copy full SHA for 6a30fda
File tree 6 files changed +7
-8
lines changed
6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
6
6
<PackageTags >NuGet</PackageTags >
7
7
<Description >The core libraries that power BaGet.</Description >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2 .0</TargetFrameworks >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
6
6
<PackageTags >NuGet</PackageTags >
7
7
<Description >The libraries to host BaGet on SQL Server.</Description >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2 .0</TargetFrameworks >
4
+ <TargetFrameworks >net6 .0</TargetFrameworks >
5
5
6
6
<PackageTags >NuGet</PackageTags >
7
7
<Description >The libraries to host BaGet on SQLite.</Description >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
6
6
<PackageTags >NuGet;Protocol</PackageTags >
7
7
<Description >Libraries to interact with NuGet server APIs.</Description >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net6.0 </TargetFramework >
5
5
6
6
<PackageTags >NuGet</PackageTags >
7
7
<Description >BaGet's NuGet server implementation</Description >
Original file line number Diff line number Diff line change 37
37
38
38
<!-- NuGet dependencies shared across projects -->
39
39
<PropertyGroup >
40
- <MicrosoftAspNetCorePackageVersion >3.1.18</MicrosoftAspNetCorePackageVersion >
41
- <MicrosoftEntityFrameworkCorePackageVersion >3.1.18</MicrosoftEntityFrameworkCorePackageVersion >
42
- <MicrosoftExtensionsPackageVersion >3.1.18</MicrosoftExtensionsPackageVersion >
40
+ <MicrosoftEntityFrameworkCorePackageVersion >6.0.8</MicrosoftEntityFrameworkCorePackageVersion >
41
+ <MicrosoftExtensionsPackageVersion >6.0.0</MicrosoftExtensionsPackageVersion >
43
42
<NuGetPackageVersion >5.10.0</NuGetPackageVersion >
44
43
</PropertyGroup >
45
44
You can’t perform that action at this time.
0 commit comments