Skip to content

Commit

Permalink
Installed codestellation 0.1 to set baseline for benchmarks (relates to
Browse files Browse the repository at this point in the history
  • Loading branch information
solyutor committed Mar 16, 2020
1 parent 27cbfe8 commit af704f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml
version="1.0"
encoding="utf-8"?>

<configuration>

<packageSources>
<add
key="nuget.org"
value="https://api.nuget.org/v3/index.json"
protocolVersion="3" />
<add
key="myget.org"
value="https://www.myget.org/F/codestellation/api/v3/index.json"
protocolVersion="3" />
</packageSources>

</configuration>
1 change: 1 addition & 0 deletions src/Benchmark/Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
<!--<PackageReference Include="Codestellation.SolarWind" Version="0.1.57" />-->
<PackageReference Include="Oakton" Version="2.0.3" />
</ItemGroup>

Expand Down

0 comments on commit af704f9

Please sign in to comment.