Skip to content

Commit

Permalink
NuGet package locking
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout committed Jan 24, 2025
1 parent 0a592e7 commit 2e15a26
Show file tree
Hide file tree
Showing 15 changed files with 1,351 additions and 68 deletions.
27 changes: 14 additions & 13 deletions benchmarks/SimpleCDN.Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\tests\mocks\SimpleCDN.Tests.Mocks.csproj" />
<ProjectReference Include="..\src\core\SimpleCDN.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\tests\mocks\SimpleCDN.Tests.Mocks.csproj" />
<ProjectReference Include="..\src\core\SimpleCDN.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit 2e15a26

Please sign in to comment.