Skip to content

Commit c20f13b

Browse files
committed
Updated to .NET Core 3.1
1 parent a021269 commit c20f13b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

ConsoleChatbot/ConsoleChatbot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

Fritz.Chatbot/Fritz.Chatbot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

Fritz.StreamTools/Fritz.StreamTools.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<Content Remove="wwwroot\hey_listen.wav" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2221
<PackageReference Include="BuildBundlerMinifier" Version="2.9.406" />
2322
<PackageReference Include="Bundgaard.MixerLib" Version="1.2.65" />
2423
<PackageReference Include="LazyCache.AspNetCore" Version="2.0.1" />

Fritz.Twitch/Fritz.Twitch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)