Skip to content

Commit

Permalink
Master new (#43)
Browse files Browse the repository at this point in the history
* Changing default to 50

* Adding optional log folder for reliability simulator APIs

* Updating Backupviewer to use latest ReliabilitySimulator

* Updating all other dependencies

* Updating readme.

* Fix for concurrent add to list issue

* update nuget

* Cleanup nuget

* Read me update

* Removed nugets and fixed nuget.config

* Fixing MSbuild location detection

* Cleanup

* Updating test .net version

* Cleanup

* Updating Nuget generation

* Cleanup Nuspec
  • Loading branch information
anantshankar17 authored Aug 17, 2023
1 parent 56ffb08 commit f2c08c0
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<language>en-US</language>
<description>This package contains the Microsoft Service Fabric Reliable Collection Backup Parser.</description>
<contentFiles>
<files include="**" buildAction="None" copyToOutput="true" />
</contentFiles>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Logic.Guan" version="1.0.4" />
</group>
<group targetFramework="net6.0">
<dependency id="Microsoft.ServiceFabric.Services" version="6.0.1017" />
</group>
</dependencies>
<projectUrl>https://github.com/microsoft/service-fabric-backup-explorer</projectUrl>
<tags>Microsoft ServiceFabric ReliableCollection Backup Parser</tags>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
Expand Down

0 comments on commit f2c08c0

Please sign in to comment.