From af48ffaba7699f2e54f94c025f9eb52d328e7944 Mon Sep 17 00:00:00 2001 From: Eric King Date: Mon, 2 May 2022 14:56:55 -0700 Subject: [PATCH] Adding a Root Descriptor file to work around EF/Sqlite issue described at https://github.com/dotnet/efcore/issues/27311 --- MyRoots.xml | 7 +++++++ Trackor.csproj | 6 +++++- Trackor.sln | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 MyRoots.xml diff --git a/MyRoots.xml b/MyRoots.xml new file mode 100644 index 0000000..1eba8a9 --- /dev/null +++ b/MyRoots.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Trackor.csproj b/Trackor.csproj index 6b27fa1..7919490 100644 --- a/Trackor.csproj +++ b/Trackor.csproj @@ -30,5 +30,9 @@ - + + + + + diff --git a/Trackor.sln b/Trackor.sln index 1a73330..2f52791 100644 --- a/Trackor.sln +++ b/Trackor.sln @@ -6,6 +6,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trackor", "Trackor.csproj", EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{4969346B-4413-4669-9F23-D96C6A2DC3C8}" ProjectSection(SolutionItems) = preProject + .github\workflows\azure-static-web-apps-brave-coast-0096af31e.yml = .github\workflows\azure-static-web-apps-brave-coast-0096af31e.yml README.md = README.md EndProjectSection EndProject