File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <clear />
5+ <add key =" benchmarkdotnet" value =" https://www.myget.org/F/benchmarkdotnet/api/v3/index.json" />
56 <add key =" domaindrivendev" value =" https://www.myget.org/F/domaindrivendev/api/v3/index.json" />
67 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
78 </packageSources >
89 <packageSourceMapping >
10+ <packageSource key =" benchmarkdotnet" >
11+ <package pattern =" BenchmarkDotNet" />
12+ <package pattern =" BenchmarkDotNet.*" />
13+ </packageSource >
914 <packageSource key =" domaindrivendev" >
1015 <package pattern =" Swashbuckle.AspNetCore*" />
1116 </packageSource >
Original file line number Diff line number Diff line change 99 </ItemGroup >
1010 <ItemGroup >
1111 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
12- <PackageReference Include =" BenchmarkDotNet" Version =" 0.14.0 " />
12+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.14.1-nightly.20250107.205 " />
1313 </ItemGroup >
1414</Project >
You can’t perform that action at this time.
0 commit comments