File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2 .1</TargetFramework >
5
+ <TargetFramework >netcoreapp3 .1</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2 .1</TargetFramework >
4
+ <TargetFramework >netcoreapp3 .1</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 18
18
<Content Remove =" wwwroot\hey_listen.wav" />
19
19
</ItemGroup >
20
20
<ItemGroup >
21
- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
22
21
<PackageReference Include =" BuildBundlerMinifier" Version =" 2.9.406" />
23
22
<PackageReference Include =" Bundgaard.MixerLib" Version =" 1.2.65" />
24
23
<PackageReference Include =" LazyCache.AspNetCore" Version =" 2.0.1" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2 .1</TargetFramework >
4
+ <TargetFramework >netcoreapp3 .1</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
You can’t perform that action at this time.
0 commit comments