Skip to content

Commit 07727d2

Browse files
authored
Update Framework to 8.0
1 parent 5cf07dd commit 07727d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

08-sdk-bulk/app.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Bogus" Version="33.1.1" />
88
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.22.1" />
99
</ItemGroup>
10-
</Project>
10+
</Project>

0 commit comments

Comments
 (0)