File tree 3 files changed +4
-3
lines changed
installers/MoneyMan.WPF.Installer
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
</ProjectReference>
26
26
</ItemGroup>
27
27
<ItemGroup>
28
- <PackageReference Include="Squirrel.Windows" Version="2.0.1 " NoWarn="NU1701" />
28
+ <PackageReference Include="Squirrel.Windows" Version="2.0.2-netcore " NoWarn="NU1701" />
29
29
</ItemGroup>
30
30
31
31
<Target Name="GatherPayload" BeforeTargets="_GetPackageFiles" DependsOnTargets="ResolveProjectReferences">
Original file line number Diff line number Diff line change 6
6
<packageSources >
7
7
<clear />
8
8
<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" />
9
10
</packageSources >
10
11
</configuration >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<Product >MoneyMan</Product >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Squirrel.Windows" Version =" 2.0.1 " />
18
+ <PackageReference Include =" Squirrel.Windows" Version =" 2.0.2-netcore " />
19
19
</ItemGroup >
20
20
<ItemGroup >
21
21
<!-- workaround for https://github.com/Squirrel/Squirrel.Windows/issues/1649 -->
You can’t perform that action at this time.
0 commit comments