Skip to content

Commit b6d1aad

Browse files
committed
Consume Squirrel from Squirrel/Squirrel.Windows#1692
1 parent 1a7eaae commit b6d1aad

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

installers/MoneyMan.WPF.Installer/MoneyMan.WPF.Installer.msbuildproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ProjectReference>
2626
</ItemGroup>
2727
<ItemGroup>
28-
<PackageReference Include="Squirrel.Windows" Version="2.0.1" NoWarn="NU1701" />
28+
<PackageReference Include="Squirrel.Windows" Version="2.0.2-netcore" NoWarn="NU1701" />
2929
</ItemGroup>
3030

3131
<Target Name="GatherPayload" BeforeTargets="_GetPackageFiles" DependsOnTargets="ResolveProjectReferences">

nuget.config

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
<packageSources>
77
<clear />
88
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9+
<add key="Consumption" value="https://pkgs.dev.azure.com/andrewarnott/OSS/_packaging/Consumption/nuget/v3/index.json" />
910
</packageSources>
1011
</configuration>

src/MoneyMan.WPF/MoneyMan.WPF.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Product>MoneyMan</Product>
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Squirrel.Windows" Version="2.0.1" />
18+
<PackageReference Include="Squirrel.Windows" Version="2.0.2-netcore" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<!-- workaround for https://github.com/Squirrel/Squirrel.Windows/issues/1649 -->

0 commit comments

Comments
 (0)