Skip to content

Commit

Permalink
Target .NET Framework version 4.6.1
Browse files Browse the repository at this point in the history
The Microsoft.Azure.ServiceBus library targets .NET Standard 2.0 which is actually compatible with .NET Framework 4.6.1, see https://github.com/dotnet/standard/blob/release/2.0.0/docs/versions.md
  • Loading branch information
0xced committed May 31, 2018
1 parent e8169d5 commit 177aebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net461</TargetFramework>
<Version>1.0.0.0</Version>
<Company>GlobalX</Company>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SbManager.Tests/SbManager.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net461</TargetFramework>
<Version>1.0.0.0</Version>
<Company>GlobalX</Company>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SbManager/SbManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TargetFramework>net471</TargetFramework>
<TargetFramework>net461</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="4.8.1" />
Expand Down

0 comments on commit 177aebf

Please sign in to comment.