Skip to content

Commit abc2219

Browse files
committed
Fixed wrong target framework in DataAnnotations.Tests project (#278)
1 parent d5c1077 commit abc2219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MyTested.AspNetCore.Mvc.DataAnnotations.Test/MyTested.AspNetCore.Mvc.DataAnnotations.Test.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-
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<AssemblyName>MyTested.AspNetCore.Mvc.Test</AssemblyName>
77
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)