diff --git a/.gitignore b/.gitignore
index e0496ab..d5685ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-./PlaywrightDotNetDemo/bin/
\ No newline at end of file
+/PlaywrightDotNetDemo/bin/
+/PlaywrightDotNetDemo/bin/Debug/net7.0
+/PlaywrightDotNetDemo/obj/
\ No newline at end of file
diff --git a/PlaywrightDotNetDemo/.gitignore b/PlaywrightDotNetDemo/.gitignore
new file mode 100644
index 0000000..0ff549a
--- /dev/null
+++ b/PlaywrightDotNetDemo/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/obj/
\ No newline at end of file
diff --git a/PlaywrightDotNetDemo/.vs/PlaywrightDotNetDemo/FileContentIndex/9692cefc-d3d0-47de-ba56-e14f57c295e9.vsidx b/PlaywrightDotNetDemo/.vs/PlaywrightDotNetDemo/FileContentIndex/9692cefc-d3d0-47de-ba56-e14f57c295e9.vsidx
new file mode 100644
index 0000000..0ed6fd7
Binary files /dev/null and b/PlaywrightDotNetDemo/.vs/PlaywrightDotNetDemo/FileContentIndex/9692cefc-d3d0-47de-ba56-e14f57c295e9.vsidx differ
diff --git a/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.deps.json b/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.deps.json
index 4ad6cc2..43a942a 100644
--- a/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.deps.json
+++ b/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.deps.json
@@ -370,6 +370,12 @@
"System.Text.Json/7.0.3": {
"dependencies": {
"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"
+ }
}
}
}
diff --git a/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.dll b/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.dll
index caed1f7..d50a59e 100644
Binary files a/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.dll and b/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.dll differ
diff --git a/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.pdb b/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.pdb
index 1d0b8ca..6e22d29 100644
Binary files a/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.pdb and b/PlaywrightDotNetDemo/bin/Debug/net7.0/PlaywrightDotNetDemo.pdb differ
diff --git a/PlaywrightDotNetDemo/bin/Debug/net7.0/nunit_random_seed.tmp b/PlaywrightDotNetDemo/bin/Debug/net7.0/nunit_random_seed.tmp
index 5494b33..37da8c3 100644
--- a/PlaywrightDotNetDemo/bin/Debug/net7.0/nunit_random_seed.tmp
+++ b/PlaywrightDotNetDemo/bin/Debug/net7.0/nunit_random_seed.tmp
@@ -1 +1 @@
-297669024
\ No newline at end of file
+1224509079
\ No newline at end of file
diff --git a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.CoreCompileInputs.cache b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.CoreCompileInputs.cache
index 17bd4df..87749c5 100644
--- a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.CoreCompileInputs.cache
+++ b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-744970be6cb4cee776ad8f6a61ff4b0a447a00d23f2ad2682d852e2a2e265374
+eb91f97af1d018bd621125691c2f4d4b6b58c683
diff --git a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.FileListAbsolute.txt b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.FileListAbsolute.txt
index b80a93b..52f6f84 100644
--- a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.FileListAbsolute.txt
+++ b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.csproj.FileListAbsolute.txt
@@ -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.genruntimeconfig.cache
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
diff --git a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.dll b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.dll
index caed1f7..d50a59e 100644
Binary files a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.dll and b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.dll differ
diff --git a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.genruntimeconfig.cache b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.genruntimeconfig.cache
index 151cc12..25e9369 100644
--- a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.genruntimeconfig.cache
+++ b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.genruntimeconfig.cache
@@ -1 +1 @@
-490fc1587a314ff5fc874c5815aa1b3fdaad133c04120a7537628d7868d757bb
+540fa3584d1dbd256ddeec0161dcfcb9997e32cf
diff --git a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.pdb b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.pdb
index 1d0b8ca..6e22d29 100644
Binary files a/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.pdb and b/PlaywrightDotNetDemo/obj/Debug/net7.0/PlaywrightDotNetDemo.pdb differ
diff --git a/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.dgspec.json b/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.dgspec.json
index b74b5c7..3d94223 100644
--- a/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.dgspec.json
+++ b/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.dgspec.json
@@ -39,9 +39,6 @@
"warnAsError": [
"NU1605"
]
- },
- "restoreAuditProperties": {
- "enableAudit": "default"
}
},
"frameworks": {
@@ -84,26 +81,12 @@
],
"assetTargetFallback": 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": {
"Microsoft.NETCore.App": {
"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"
}
}
}
diff --git a/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.g.props b/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.g.props
index 92ecffb..8b1d620 100644
--- a/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.g.props
+++ b/PlaywrightDotNetDemo/obj/PlaywrightDotNetDemo.csproj.nuget.g.props
@@ -7,7 +7,7 @@
$(UserProfile)\.nuget\packages\
D:\Users\Kira\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
PackageReference
- 6.8.0
+ 6.4.0
diff --git a/PlaywrightDotNetDemo/obj/project.assets.json b/PlaywrightDotNetDemo/obj/project.assets.json
index 6eb925b..1c068b0 100644
--- a/PlaywrightDotNetDemo/obj/project.assets.json
+++ b/PlaywrightDotNetDemo/obj/project.assets.json
@@ -1706,9 +1706,6 @@
"warnAsError": [
"NU1605"
]
- },
- "restoreAuditProperties": {
- "enableAudit": "default"
}
},
"frameworks": {
@@ -1751,26 +1748,12 @@
],
"assetTargetFallback": 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": {
"Microsoft.NETCore.App": {
"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"
}
}
}
diff --git a/PlaywrightDotNetDemo/obj/project.nuget.cache b/PlaywrightDotNetDemo/obj/project.nuget.cache
index 68efce8..d553a9e 100644
--- a/PlaywrightDotNetDemo/obj/project.nuget.cache
+++ b/PlaywrightDotNetDemo/obj/project.nuget.cache
@@ -1,6 +1,6 @@
{
"version": 2,
- "dgSpecHash": "2g4DAgnxfvvqOZso+89Kzi0frz4JLJDfJ12izZN8wua2hn+kr4gZ477Vs1ccjB5IzRmm6N/3bCJ1b41YbA2rUw==",
+ "dgSpecHash": "U1x+SN4bnyXXcHeQTViSuNBaJmxAD5iBY66IwVDfx4wUNjHSb3ycRXEoTFHSyJZl0DEYHwoPeeGgjSYT5AbBxg==",
"success": true,
"projectFilePath": "D:\\Repos\\Code\\Playwright\\Playwright_DotNet\\PlaywrightDotNetDemo\\PlaywrightDotNetDemo.csproj",
"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.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.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"
+ "D:\\Users\\Kira\\.nuget\\packages\\system.text.json\\7.0.3\\system.text.json.7.0.3.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file