Skip to content

Commit 6033d8f

Browse files
committed
Updated to latest Deploy preview.
1 parent 8ca34fe commit 6033d8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<configuration>
33
<packageSources>
44
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
5+
<add key="MyGetUmbracoNightly" value="https://www.myget.org/F/umbraconightly/api/v2" />
56
<add key="MyGetUmbracoPrereleases" value="https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
67
</packageSources>
78
</configuration>

src/Umbraco.Deploy.Contrib/Umbraco.Deploy.Contrib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
11-
<PackageReference Include="Umbraco.Deploy.Core" Version="9.0.0-beta003" />
11+
<PackageReference Include="Umbraco.Deploy.Core" Version="9.0.0-preview20210916.72573" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)