Skip to content

Commit

Permalink
Lock dotnet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Aug 27, 2024
1 parent ee0e86d commit ce402ad
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/status-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
dotnet-version: 8
cache: true
cache-dependency-path: Mortein/packages.lock.json
- run: dotnet restore Mortein/
- run: dotnet tool restore

Expand All @@ -52,6 +53,7 @@ jobs:
with:
dotnet-version: 8
cache: true
cache-dependency-path: Mortein/packages.lock.json
- run: dotnet restore Mortein/
- run: dotnet tool restore

Expand All @@ -66,6 +68,7 @@ jobs:
with:
dotnet-version: 8
cache: true
cache-dependency-path: Mortein/packages.lock.json
- run: dotnet restore Mortein/
- run: dotnet tool restore

Expand Down
1 change: 1 addition & 0 deletions Mortein/Mortein.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

<FileVersion>0.0.1</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
59 changes: 59 additions & 0 deletions Mortein/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"version": 1,
"dependencies": {
"net8.0": {
"Microsoft.AspNetCore.OpenApi": {
"type": "Direct",
"requested": "[7.0.10, )",
"resolved": "7.0.10",
"contentHash": "p5LiYt1mFJdS70zyHoydahohko2pLIoXiXwANRZGYYyTXcYNQpNUOt+At+lUgGgRwta28sUKVhy2W/93j0qwhA==",
"dependencies": {
"Microsoft.OpenApi": "1.4.3"
}
},
"Swashbuckle.AspNetCore": {
"type": "Direct",
"requested": "[6.7.3, )",
"resolved": "6.7.3",
"contentHash": "PYTm/M5YrkEUHmguhj6vF1DshG2deKMMcsnhKet1BkcKzZHNX/VVQady0T/jNpXrtxhLR3vB10hWhONF1Nbglw==",
"dependencies": {
"Microsoft.Extensions.ApiDescription.Server": "6.0.5",
"Swashbuckle.AspNetCore.Swagger": "6.7.3",
"Swashbuckle.AspNetCore.SwaggerGen": "6.7.3",
"Swashbuckle.AspNetCore.SwaggerUI": "6.7.3"
}
},
"Microsoft.Extensions.ApiDescription.Server": {
"type": "Transitive",
"resolved": "6.0.5",
"contentHash": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw=="
},
"Microsoft.OpenApi": {
"type": "Transitive",
"resolved": "1.6.14",
"contentHash": "tTaBT8qjk3xINfESyOPE2rIellPvB7qpVqiWiyA/lACVvz+xOGiXhFUfohcx82NLbi5avzLW0lx+s6oAqQijfw=="
},
"Swashbuckle.AspNetCore.Swagger": {
"type": "Transitive",
"resolved": "6.7.3",
"contentHash": "plNVrOpup/UCIP0aSE5cznIzXMC17EOOqIceWqhP829evEAUwTomCc+1TPy2xK2E+OilYcYEdUus3rOUMjjm/g==",
"dependencies": {
"Microsoft.OpenApi": "1.6.14"
}
},
"Swashbuckle.AspNetCore.SwaggerGen": {
"type": "Transitive",
"resolved": "6.7.3",
"contentHash": "kvjGd+g85YFZqyEQZSBUCPtEDDCZsiPPYcjgBN6si3C3oik2c9d7Zlq4PIm07pgY/QmBMgyFOVEzHbks6a398w==",
"dependencies": {
"Swashbuckle.AspNetCore.Swagger": "6.7.3"
}
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"type": "Transitive",
"resolved": "6.7.3",
"contentHash": "exXUT9h++OU70jTCfQALiHzeBthqL7c5IFQm+aa67Hi/6X945t32NtOMO16TaRn44xFXdqMZ2CyMbgnTmx+w2A=="
}
}
}
}

0 comments on commit ce402ad

Please sign in to comment.