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