We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf07dd commit 07727d2Copy full SHA for 07727d2
08-sdk-bulk/app.csproj
@@ -1,10 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
7
<PackageReference Include="Bogus" Version="33.1.1" />
8
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.22.1" />
9
</ItemGroup>
10
-</Project>
+</Project>
0 commit comments