Skip to content

Commit

Permalink
Specifying runtime framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogard committed Mar 20, 2018
1 parent 1b12970 commit 8c87a3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/MediatR.Tests/MediatR.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp1.1;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>net461;netcoreapp1.1;netcoreapp2.0</TargetFrameworks>
<AssemblyName>MediatR.Tests</AssemblyName>
<PackageId>MediatR.Tests</PackageId>
</PropertyGroup>
Expand All @@ -24,4 +24,8 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>
</PropertyGroup>

</Project>

0 comments on commit 8c87a3c

Please sign in to comment.