File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Exceptionless.DateTimeExtensions.Tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<MinVerSkip Condition =" '$(Configuration)' == 'Debug'" >true</MinVerSkip >
11
11
<MinVerTagPrefix >v</MinVerTagPrefix >
12
12
13
- <Copyright >Copyright (c) 2020 Exceptionless. All rights reserved.</Copyright >
13
+ <Copyright >Copyright (c) 2021 Exceptionless. All rights reserved.</Copyright >
14
14
<Authors >Exceptionless</Authors >
15
15
<NoWarn >$(NoWarn);CS1591;NU1701</NoWarn >
16
16
<WarningsAsErrors >true</WarningsAsErrors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net5.0 </TargetFramework >
5
5
<IsPackable >False</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
You can’t perform that action at this time.
0 commit comments