Skip to content

Commit

Permalink
update .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 21, 2021
1 parent 2e607cd commit a00b587
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.33.1" />
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.39.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a00b587

Please sign in to comment.