From 6bfe35800458f2ae2e725b42b0ded367416ca892 Mon Sep 17 00:00:00 2001 From: Fabian918 <70378443+Fabian918@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:58:38 +0100 Subject: [PATCH] Added Example project --- .../CsvPortable.Examples.csproj | 25 +++++++++++++++++++ CsvPortable/CsvPortable.Examples/Usings.cs | 1 + 2 files changed, 26 insertions(+) create mode 100644 CsvPortable/CsvPortable.Examples/CsvPortable.Examples.csproj create mode 100644 CsvPortable/CsvPortable.Examples/Usings.cs diff --git a/CsvPortable/CsvPortable.Examples/CsvPortable.Examples.csproj b/CsvPortable/CsvPortable.Examples/CsvPortable.Examples.csproj new file mode 100644 index 0000000..bfa97d8 --- /dev/null +++ b/CsvPortable/CsvPortable.Examples/CsvPortable.Examples.csproj @@ -0,0 +1,25 @@ + + + + net6.0 + enable + enable + + false + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/CsvPortable/CsvPortable.Examples/Usings.cs b/CsvPortable/CsvPortable.Examples/Usings.cs new file mode 100644 index 0000000..8c927eb --- /dev/null +++ b/CsvPortable/CsvPortable.Examples/Usings.cs @@ -0,0 +1 @@ +global using Xunit; \ No newline at end of file