Skip to content

Commit 0c126a0

Browse files
Upgrade example project to .NET 5.0
1 parent 0d13ce6 commit 0c126a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Example/Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.15" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)