Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Republished samples with Fluent 1.1.3 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed Jun 28, 2017
1 parent 7affd2a commit 777bf2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ManageVirtualMachineWithUnmanagedDisks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
<TargetFrameworks>net452;netstandard1.6</TargetFrameworks>
<ApplicationIcon />
<OutputTypeEx>exe</OutputTypeEx>
<StartupObject />
</PropertyGroup>

<ItemGroup>
Expand All @@ -35,6 +38,10 @@
<PackageReference Include="System.Reflection" Version="4.3.0" />
</ItemGroup>

<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'">
<OutputType>exe</OutputType>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' ">
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 777bf2b

Please sign in to comment.