File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
src/Prometheus.Client.AspNetCore Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
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 >
You can’t perform that action at this time.
0 commit comments