Skip to content

Commit

Permalink
Adding dotnet aspire
Browse files Browse the repository at this point in the history
  • Loading branch information
croblesm committed May 22, 2024
1 parent f3ba796 commit d83ed80
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 44 deletions.
2 changes: 1 addition & 1 deletion test/dab-mssql/obj/Debug/net6.0/aspnetapp.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("aspnetapp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+780ad1020a24147c26ac7a68a3674352c543ede6")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f3ba7965443dfead4c991ccf1f53c5944466eb14")]
[assembly: System.Reflection.AssemblyProductAttribute("aspnetapp")]
[assembly: System.Reflection.AssemblyTitleAttribute("aspnetapp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
401cfad77b8fcbb2fb5891cc60eaedc3e1164fbbfd717270e017705bc7e3673c
f82a133c409c60b21ae642da54838b3966e90441c29bf909c9b280e2fcadd7fd
Binary file modified test/dab-mssql/obj/Debug/net6.0/aspnetapp.assets.cache
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/dab-mssql/obj/aspnetapp.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"Microsoft.Data.SqlClient": {
"target": "Package",
"version": "[3.0.0, )"
"version": "[3.1.5, )"
}
},
"imports": [
Expand Down
40 changes: 14 additions & 26 deletions test/dab-mssql/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"lib/netcoreapp2.0/_._": {}
}
},
"Microsoft.Data.SqlClient/3.0.0": {
"Microsoft.Data.SqlClient/3.1.5": {
"type": "package",
"dependencies": {
"Azure.Identity": "1.3.0",
"Microsoft.Data.SqlClient.SNI.runtime": "3.0.0",
"Microsoft.Data.SqlClient.SNI.runtime": "[3.0.1]",
"Microsoft.Identity.Client": "4.22.0",
"Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
}
}
},
"Microsoft.Data.SqlClient.SNI.runtime/3.0.0": {
"Microsoft.Data.SqlClient.SNI.runtime/3.0.1": {
"type": "package",
"runtimeTargets": {
"runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
Expand Down Expand Up @@ -596,10 +596,10 @@
"version.txt"
]
},
"Microsoft.Data.SqlClient/3.0.0": {
"sha512": "MUauWfCLsZQQMUR/wZhec5MH6+NTPmPp9i/OsjIMmIu2ICYUGOVm1x7RTqKxq19UWxXMSG03/O0FyXQJrpDs9A==",
"Microsoft.Data.SqlClient/3.1.5": {
"sha512": "0S3JjshifxLSM4FskA8KjkkRcvAay1ZENRDy+ota2+CuhOpckJquzEx9Puk3w3Y56ATJNcEcYLyIfuXJzUXLiw==",
"type": "package",
"path": "microsoft.data.sqlclient/3.0.0",
"path": "microsoft.data.sqlclient/3.1.5",
"files": [
".nupkg.metadata",
".signature.p7s",
Expand All @@ -624,7 +624,7 @@
"lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
"lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
"lib/netstandard2.1/Microsoft.Data.SqlClient.pdb",
"microsoft.data.sqlclient.3.0.0.nupkg.sha512",
"microsoft.data.sqlclient.3.1.5.nupkg.sha512",
"microsoft.data.sqlclient.nuspec",
"ref/net461/Microsoft.Data.SqlClient.dll",
"ref/net461/Microsoft.Data.SqlClient.pdb",
Expand Down Expand Up @@ -656,16 +656,16 @@
"runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb"
]
},
"Microsoft.Data.SqlClient.SNI.runtime/3.0.0": {
"sha512": "n1sNyjJgu2pYWKgw3ZPikw3NiRvG4kt7Ya5MK8u77Rgj/1bTFqO/eDF4k5W9H5GXplMZCpKkNbp5kNBICgSB0w==",
"Microsoft.Data.SqlClient.SNI.runtime/3.0.1": {
"sha512": "FmXSf637gJuak1LTkempIJajyYxhtsHuj8uR13JOoBrQy2/NuLl6HEUrhpRFwxncjmL29PlHr6boaDD/7tGsJA==",
"type": "package",
"path": "microsoft.data.sqlclient.sni.runtime/3.0.0",
"path": "microsoft.data.sqlclient.sni.runtime/3.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.txt",
"dotnet.png",
"microsoft.data.sqlclient.sni.runtime.3.0.0.nupkg.sha512",
"microsoft.data.sqlclient.sni.runtime.3.0.1.nupkg.sha512",
"microsoft.data.sqlclient.sni.runtime.nuspec",
"runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll",
"runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll",
Expand Down Expand Up @@ -1389,7 +1389,7 @@
},
"projectFileDependencyGroups": {
"net6.0": [
"Microsoft.Data.SqlClient >= 3.0.0"
"Microsoft.Data.SqlClient >= 3.1.5"
]
},
"packageFolders": {
Expand Down Expand Up @@ -1436,7 +1436,7 @@
"dependencies": {
"Microsoft.Data.SqlClient": {
"target": "Package",
"version": "[3.0.0, )"
"version": "[3.1.5, )"
}
},
"imports": [
Expand Down Expand Up @@ -1475,17 +1475,5 @@
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.203/RuntimeIdentifierGraph.json"
}
}
},
"logs": [
{
"code": "NU1903",
"level": "Warning",
"warningLevel": 1,
"message": "Package 'Microsoft.Data.SqlClient' 3.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-98g6-xh36-x2p7",
"libraryId": "Microsoft.Data.SqlClient",
"targetGraphs": [
"net6.0"
]
}
]
}
}
19 changes: 4 additions & 15 deletions test/dab-mssql/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": 2,
"dgSpecHash": "L3YCm5wguVLVyMIckZV3rajd4mmhoS4F7M7j1Kq2lQVSUxjOfMHG5o8HDtFdqsVl148Y6uU7OuEVKmsY/JvPWQ==",
"dgSpecHash": "uKPbReNMfO9Ar1JOsggwBmASuYt0+39m8Wypi1uRYcxYUiJX+RZOcYwSJhnnnW0zjg0zywpDrLpkbh5ekFUWmg==",
"success": true,
"projectFilePath": "/workspaces/azuresql-devcontainers/test/dab-mssql/aspnetapp.csproj",
"expectedPackageFiles": [
"/home/codespace/.nuget/packages/azure.core/1.6.0/azure.core.1.6.0.nupkg.sha512",
"/home/codespace/.nuget/packages/azure.identity/1.3.0/azure.identity.1.3.0.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.bcl.asyncinterfaces/1.0.0/microsoft.bcl.asyncinterfaces.1.0.0.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.csharp/4.5.0/microsoft.csharp.4.5.0.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.data.sqlclient/3.0.0/microsoft.data.sqlclient.3.0.0.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.data.sqlclient.sni.runtime/3.0.0/microsoft.data.sqlclient.sni.runtime.3.0.0.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.data.sqlclient/3.1.5/microsoft.data.sqlclient.3.1.5.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.data.sqlclient.sni.runtime/3.0.1/microsoft.data.sqlclient.sni.runtime.3.0.1.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.identity.client/4.22.0/microsoft.identity.client.4.22.0.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.identity.client.extensions.msal/2.16.5/microsoft.identity.client.extensions.msal.2.16.5.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.identitymodel.jsonwebtokens/6.8.0/microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512",
Expand Down Expand Up @@ -42,16 +42,5 @@
"/home/codespace/.nuget/packages/microsoft.aspnetcore.app.ref/6.0.28/microsoft.aspnetcore.app.ref.6.0.28.nupkg.sha512",
"/home/codespace/.nuget/packages/microsoft.netcore.app.host.linux-x64/6.0.28/microsoft.netcore.app.host.linux-x64.6.0.28.nupkg.sha512"
],
"logs": [
{
"code": "NU1903",
"level": "Warning",
"warningLevel": 1,
"message": "Package 'Microsoft.Data.SqlClient' 3.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-98g6-xh36-x2p7",
"libraryId": "Microsoft.Data.SqlClient",
"targetGraphs": [
"net6.0"
]
}
]
"logs": []
}

0 comments on commit d83ed80

Please sign in to comment.