Trying to ignore the bin and obj directories

This commit is contained in:
Kira 2023-09-19 14:21:15 -07:00
parent 5c127f8f6c
commit b575cdef2e
16 changed files with 20 additions and 46 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
./PlaywrightDotNetDemo/bin/ /PlaywrightDotNetDemo/bin/
/PlaywrightDotNetDemo/bin/Debug/net7.0
/PlaywrightDotNetDemo/obj/

2
PlaywrightDotNetDemo/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/bin/
/obj/

View File

@ -370,6 +370,12 @@
"System.Text.Json/7.0.3": { "System.Text.Json/7.0.3": {
"dependencies": { "dependencies": {
"System.Text.Encodings.Web": "7.0.0" "System.Text.Encodings.Web": "7.0.0"
},
"runtime": {
"lib/net7.0/System.Text.Json.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.723.27404"
}
} }
} }
} }

View File

@ -1 +1 @@
297669024 1224509079

View File

@ -1 +1 @@
744970be6cb4cee776ad8f6a61ff4b0a447a00d23f2ad2682d852e2a2e265374 eb91f97af1d018bd621125691c2f4d4b6b58c683

View File

@ -399,3 +399,4 @@ D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\obj\Debug\net7.0
D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\obj\Debug\net7.0\PlaywrightDotNetDemo.pdb D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\obj\Debug\net7.0\PlaywrightDotNetDemo.pdb
D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\obj\Debug\net7.0\PlaywrightDotNetDemo.genruntimeconfig.cache D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\obj\Debug\net7.0\PlaywrightDotNetDemo.genruntimeconfig.cache
D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\obj\Debug\net7.0\ref\PlaywrightDotNetDemo.dll D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\obj\Debug\net7.0\ref\PlaywrightDotNetDemo.dll
D:\Repos\Code\Playwright\Playwright_DotNet\PlaywrightDotNetDemo\bin\Debug\net7.0\System.Text.Json.dll

View File

@ -1 +1 @@
490fc1587a314ff5fc874c5815aa1b3fdaad133c04120a7537628d7868d757bb 540fa3584d1dbd256ddeec0161dcfcb9997e32cf

View File

@ -39,9 +39,6 @@
"warnAsError": [ "warnAsError": [
"NU1605" "NU1605"
] ]
},
"restoreAuditProperties": {
"enableAudit": "default"
} }
}, },
"frameworks": { "frameworks": {
@ -84,26 +81,12 @@
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[7.0.9, 7.0.9]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[7.0.9, 7.0.9]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[7.0.9, 7.0.9]"
}
],
"frameworkReferences": { "frameworkReferences": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100-preview.7.23376.3\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.102\\RuntimeIdentifierGraph.json"
} }
} }
} }

View File

@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">D:\Users\Kira\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">D:\Users\Kira\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="D:\Users\Kira\.nuget\packages\" /> <SourceRoot Include="D:\Users\Kira\.nuget\packages\" />

View File

@ -1706,9 +1706,6 @@
"warnAsError": [ "warnAsError": [
"NU1605" "NU1605"
] ]
},
"restoreAuditProperties": {
"enableAudit": "default"
} }
}, },
"frameworks": { "frameworks": {
@ -1751,26 +1748,12 @@
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": true, "warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[7.0.9, 7.0.9]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[7.0.9, 7.0.9]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[7.0.9, 7.0.9]"
}
],
"frameworkReferences": { "frameworkReferences": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100-preview.7.23376.3\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.102\\RuntimeIdentifierGraph.json"
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "2g4DAgnxfvvqOZso+89Kzi0frz4JLJDfJ12izZN8wua2hn+kr4gZ477Vs1ccjB5IzRmm6N/3bCJ1b41YbA2rUw==", "dgSpecHash": "U1x+SN4bnyXXcHeQTViSuNBaJmxAD5iBY66IwVDfx4wUNjHSb3ycRXEoTFHSyJZl0DEYHwoPeeGgjSYT5AbBxg==",
"success": true, "success": true,
"projectFilePath": "D:\\Repos\\Code\\Playwright\\Playwright_DotNet\\PlaywrightDotNetDemo\\PlaywrightDotNetDemo.csproj", "projectFilePath": "D:\\Repos\\Code\\Playwright\\Playwright_DotNet\\PlaywrightDotNetDemo\\PlaywrightDotNetDemo.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
@ -23,10 +23,7 @@
"D:\\Users\\Kira\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", "D:\\Users\\Kira\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512",
"D:\\Users\\Kira\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", "D:\\Users\\Kira\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512",
"D:\\Users\\Kira\\.nuget\\packages\\system.text.encodings.web\\7.0.0\\system.text.encodings.web.7.0.0.nupkg.sha512", "D:\\Users\\Kira\\.nuget\\packages\\system.text.encodings.web\\7.0.0\\system.text.encodings.web.7.0.0.nupkg.sha512",
"D:\\Users\\Kira\\.nuget\\packages\\system.text.json\\7.0.3\\system.text.json.7.0.3.nupkg.sha512", "D:\\Users\\Kira\\.nuget\\packages\\system.text.json\\7.0.3\\system.text.json.7.0.3.nupkg.sha512"
"D:\\Users\\Kira\\.nuget\\packages\\microsoft.netcore.app.ref\\7.0.9\\microsoft.netcore.app.ref.7.0.9.nupkg.sha512",
"D:\\Users\\Kira\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\7.0.9\\microsoft.windowsdesktop.app.ref.7.0.9.nupkg.sha512",
"D:\\Users\\Kira\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\7.0.9\\microsoft.aspnetcore.app.ref.7.0.9.nupkg.sha512"
], ],
"logs": [] "logs": []
} }