Skip to content

Commit

Permalink
Merge pull request #8 from Microsoft/develop
Browse files Browse the repository at this point in the history
Downgrade Dependency ServiceFabric nuget package requriement.
  • Loading branch information
nizarq authored May 9, 2017
2 parents cc7bed2 + 25a1c66 commit f62be92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,16 @@
<HintPath>..\..\..\..\packages\Microsoft.ApplicationInsights.2.3.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ServiceFabric.Internal, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64">
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.5.216\lib\net45\Microsoft.ServiceFabric.Internal.dll</HintPath>
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.0.135\lib\net45\Microsoft.ServiceFabric.Internal.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ServiceFabric.Internal.Strings, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64">
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.5.216\lib\net45\Microsoft.ServiceFabric.Internal.Strings.dll</HintPath>
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.0.135\lib\net45\Microsoft.ServiceFabric.Internal.Strings.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Fabric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64">
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.5.216\lib\net45\System.Fabric.dll</HintPath>
</Reference>
<Reference Include="System.Fabric.Management.ServiceModel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64">
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.5.216\lib\net45\System.Fabric.Management.ServiceModel.dll</HintPath>
</Reference>
<Reference Include="System.Fabric.Management.ServiceModel.XmlSerializers, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.5.216\lib\net45\System.Fabric.Management.ServiceModel.XmlSerializers.dll</HintPath>
</Reference>
<Reference Include="System.Fabric.Strings, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64">
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.5.216\lib\net45\System.Fabric.Strings.dll</HintPath>
<HintPath>..\..\..\..\packages\Microsoft.ServiceFabric.5.0.135\lib\net45\System.Fabric.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MicroBuild.Core" version="0.2.0" targetFramework="net45" developmentDependency="true" />
<package id="Microsoft.ServiceFabric" version="5.5.216" targetFramework="net45" />
<package id="Microsoft.ServiceFabric" version="5.0.135" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=510709</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=392727</projectUrl>
<projectUrl>https://github.com/Microsoft/ApplicationInsights-servicefabric</projectUrl>
<iconUrl>$image$</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Application Insights module for service fabric applications. Use this nuget only for Native Service Fabric applications. For applications running in containers, use Microsoft.ApplicationInsights.ServiceFabric package. This package provides automatic decoration of telemetry with the service fabric context the application is running in. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</description>
<summary>Application Insights module for service fabric provides automatic context decoration on outgoing telemetry.</summary>
<copyright>$copyright$</copyright>
<!-- To be updated -->
<releaseNotes>For the release notes please follow http://go.microsoft.com/fwlink/?LinkId=535037</releaseNotes>
<tags>Analytics ApplicationInsights Telemetry AppInsights</tags>
<releaseNotes>For the release notes please follow https://github.com/Microsoft/ApplicationInsights-ServiceFabric/releases</releaseNotes>
<tags>Analytics ApplicationInsights Telemetry AppInsights ServiceFabric Fabric</tags>
<dependencies>
<group targetFramework="net45">
<dependency id="Microsoft.ApplicationInsights" version="[2.3,3)" />
<dependency id="Microsoft.ServiceFabric" version="5.5.216" />
<dependency id="Microsoft.ServiceFabric" version="5.0.135" />
<dependency id="Microsoft.ApplicationInsights.ServiceFabric" version="$version$"/>
</group>
</dependencies>
Expand Down

0 comments on commit f62be92

Please sign in to comment.