Skip to content

Commit e3581f5

Browse files
# Upgrade .NET solution to SDK v8
2 parents c657bd3 + 147757a commit e3581f5

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.NET/library/OneBeyondApi.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
32
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
54
<Nullable>enable</Nullable>
65
<ImplicitUsings>enable</ImplicitUsings>
76
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
87
</PropertyGroup>
9-
108
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.11" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.11" />
139
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.12" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.12" />
1412
</ItemGroup>
15-
16-
</Project>
13+
</Project>

.NET/library/OneBeyondApi.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.5.33502.453
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneBeyondApi", "OneBeyondApi.csproj", "{6A5CAF29-60BD-4F1F-AA0C-372A9877FF4C}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneBeyondApi", "OneBeyondApi.csproj", "{6A5CAF29-60BD-4F1F-AA0C-372A9877FF4C}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)