@@ -15,7 +15,7 @@
</ItemGroup>
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <PackageReference Include="Terminal.Gui" Version="[2.0.0-pre.1788,3)" />
+ <PackageReference Include="Terminal.Gui" Version="[2.0.0-v2-develop.2189,3)" />
<TrimmerRootAssembly Include="Terminal.Gui" />
@@ -0,0 +1,13 @@
+{
+ "profiles": {
+ "NativeAot": {
+ "commandName": "Project"
+ },
+ "WSL : UICatalog": {
+ "commandName": "Executable",
+ "executablePath": "wsl",
+ "commandLineArgs": "dotnet NativeAot.dll",
+ "distributionName": ""
+ }
+}