Skip to content

Commit 141b25e

Browse files
committed
add myget for tests
1 parent 85208b0 commit 141b25e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

nuget.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="MyGet" value="https://www.myget.org/F/phnx47-beta/api/v3/index.json" />
5+
</packageSources>
6+
</configuration>

src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
</PropertyGroup>
2020
<ItemGroup>
21+
<!-- for debug -->
2122
<!--<PackageReference Include="Prometheus.Client" Version="1.6.0" />-->
23+
<PackageReference Include="Prometheus.Client" Version="1.6.0-build44" />
2224
</ItemGroup>
2325
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'">
2426
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
@@ -30,7 +32,4 @@
3032
<Version>2.0.0</Version>
3133
</PackageReference>
3234
</ItemGroup>
33-
<ItemGroup>
34-
<PackageReference Include="Prometheus.Client" Version="1.6.0-build44" />
35-
</ItemGroup>
3635
</Project>

0 commit comments

Comments
 (0)