Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
Removed RuntimeFrameworkVersion from csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dscpinheiro committed Aug 31, 2019
1 parent 5dad0a4 commit 526b6c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Messages.Api/Messages.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeFrameworkVersion>2.2.5</RuntimeFrameworkVersion>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
1 change: 0 additions & 1 deletion Messages.Tests/Messages.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeFrameworkVersion>2.2.5</RuntimeFrameworkVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 526b6c2

Please sign in to comment.