upgrade to netcoreapp3.1

This commit is contained in:
Christian Köllner 2021-10-02 21:22:03 +02:00
parent 69399b534a
commit 13240a823f

View File

@ -31,7 +31,7 @@ namespace CapnpC.CSharp.Generator.Tests.Util
"Capnp.Net.Runtime",
"bin",
"Debug",
"netcoreapp3.0",
"netcoreapp3.1",
"Capnp.Net.Runtime.dll"));
var parseOptions = CSharpParseOptions.Default;