Skip to content

Commit

Permalink
Adds package lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Aug 22, 2023
1 parent d4de7d7 commit 490325a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Blocktest/Blocktest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
<EmbeddedResource Include="Icon.ico"/>
<EmbeddedResource Include="Icon.bmp"/>
</ItemGroup>
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
<PackageReference Include="Nopipeline.Task" Version="2.2.0" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303"/>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*" />
<PackageReference Include="Nopipeline.Task" Version="2.2.*" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.*"/>
</ItemGroup>
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High" />
Expand Down
45 changes: 45 additions & 0 deletions Blocktest/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": 1,
"dependencies": {
"net6.0": {
"MonoGame.Content.Builder.Task": {
"type": "Direct",
"requested": "[3.8.*, )",
"resolved": "3.8.1.303",
"contentHash": "9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q=="
},
"MonoGame.Framework.DesktopGL": {
"type": "Direct",
"requested": "[3.8.*, )",
"resolved": "3.8.1.303",
"contentHash": "eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A=="
},
"Nopipeline.Task": {
"type": "Direct",
"requested": "[2.2.*, )",
"resolved": "2.2.0",
"contentHash": "u06nYzGcXCBcnF7cRe8Xa0KxBxGx8grhujZmb3PUiMVbds8d/I6qJ+waGn0IeC7Tdwmt0P6l3v7MqdYog5rJQg=="
}
},
"net7.0": {
"MonoGame.Content.Builder.Task": {
"type": "Direct",
"requested": "[3.8.*, )",
"resolved": "3.8.1.303",
"contentHash": "9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q=="
},
"MonoGame.Framework.DesktopGL": {
"type": "Direct",
"requested": "[3.8.*, )",
"resolved": "3.8.1.303",
"contentHash": "eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A=="
},
"Nopipeline.Task": {
"type": "Direct",
"requested": "[2.2.*, )",
"resolved": "2.2.0",
"contentHash": "u06nYzGcXCBcnF7cRe8Xa0KxBxGx8grhujZmb3PUiMVbds8d/I6qJ+waGn0IeC7Tdwmt0P6l3v7MqdYog5rJQg=="
}
}
}
}

0 comments on commit 490325a

Please sign in to comment.