Skip to content

Commit f77d095

Browse files
committed
updste to .net 6
1 parent 3a19d1a commit f77d095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS/WebDashboardDataSources/WebDashboardDataSources.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="EntityFramework" Version="6.3.0" />

0 commit comments

Comments
 (0)