Skip to content

Commit ccba022

Browse files
committed
add nuget lockfile files
1 parent 0b015e1 commit ccba022

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

nuget/lock-file/packages.lock.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

nuget/lock-file/project.csproj

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.1" />
7+
</ItemGroup>
8+
</Project>

0 commit comments

Comments
 (0)