Merge pull request #4 from jkotas/update-nuget
Update to new nuget feed
This commit is contained in:
commit
80370840de
@ -35,7 +35,7 @@
|
|||||||
<PackageReference Include="Avalonia" Version="0.9.10" />
|
<PackageReference Include="Avalonia" Version="0.9.10" />
|
||||||
<PackageReference Include="Avalonia.Desktop" Version="0.9.10" />
|
<PackageReference Include="Avalonia.Desktop" Version="0.9.10" />
|
||||||
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.10" />
|
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.10" />
|
||||||
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-*" />
|
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="6.0.0-*" />
|
||||||
<!-- This is a hack. Avalonia 0.9.10 depends on a version of System.Reactive prior 4.4.1, which contains a critical fix for building with CoreRT -->
|
<!-- This is a hack. Avalonia 0.9.10 depends on a version of System.Reactive prior 4.4.1, which contains a critical fix for building with CoreRT -->
|
||||||
<PackageReference Include="System.Reactive" Version="4.4.1" />
|
<PackageReference Include="System.Reactive" Version="4.4.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="AvaloniaCI" value="https://www.myget.org/F/avalonia-ci/api/v2" />
|
<add key="AvaloniaCI" value="https://www.myget.org/F/avalonia-ci/api/v2" />
|
||||||
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
|
<add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
|
||||||
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
|
||||||
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user