Skip to content

Commit b1aa54f

Browse files
committed
upgraded project to .net 5.0
1 parent 4576967 commit b1aa54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
1111
<MinVerTagPrefix>v</MinVerTagPrefix>
1212

13-
<Copyright>Copyright (c) 2020 Exceptionless. All rights reserved.</Copyright>
13+
<Copyright>Copyright (c) 2021 Exceptionless. All rights reserved.</Copyright>
1414
<Authors>Exceptionless</Authors>
1515
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
1616
<WarningsAsErrors>true</WarningsAsErrors>

tests/Exceptionless.DateTimeExtensions.Tests/Exceptionless.DateTimeExtensions.Tests.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
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55
<IsPackable>False</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>

0 commit comments

Comments
 (0)