Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Updated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Dec 2, 2020
1 parent 01aeb66 commit b3b8a38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDeployment
continuous-delivery-fallback-tag: beta
continuous-delivery-fallback-tag: ci
next-version: 0.1.0
branches:
next:
Expand Down
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Packages" value="https://rocketsurgeonsguild.pkgs.visualstudio.com/Libraries/_packaging/Packages/nuget/v3/index.json" />
<!-- <add key="Packages" value="https://rocketsurgeonsguild.pkgs.visualstudio.com/Libraries/_packaging/Packages/nuget/v3/index.json" /> -->
<add key="5.0.100-rtm.20526.5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/5.0.100-rtm.20526.5/nuget/v3/index.json" />
</packageSources>
<!-- used to store credentials -->
Expand Down
8 changes: 4 additions & 4 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<ItemGroup>
<PackageReference Update="Autofac" Version="6.0.0" />
<PackageReference Update="Autofac.Extensions.DependencyInjection" Version="7.1.0" />
<PackageReference Update="Rocket.Surgery.Conventions" Version="10.0.0-beta.426" />
<PackageReference Update="Rocket.Surgery.Conventions.Abstractions" Version="10.0.0-beta.426" />
<PackageReference Update="Rocket.Surgery.Hosting" Version="10.0.0-beta.426" />
<PackageReference Update="Rocket.Surgery.WebAssembly.Hosting" Version="10.0.0-beta.426" />
<PackageReference Update="Rocket.Surgery.Conventions" Version="10.0.0-beta.98" />
<PackageReference Update="Rocket.Surgery.Conventions.Abstractions" Version="10.0.0-beta.98" />
<PackageReference Update="Rocket.Surgery.Hosting" Version="10.0.0-beta.98" />
<PackageReference Update="Rocket.Surgery.WebAssembly.Hosting" Version="10.0.0-beta.98" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Bogus" Version="32.0.1" />
Expand Down

0 comments on commit b3b8a38

Please sign in to comment.