Explorar o código

Changed StandaloneExample to use latest nuget version (*)

Charlie Kindel %!s(int64=3) %!d(string=hai) anos
pai
achega
4763313d1f
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      StandaloneExample/StandaloneExample.csproj

+ 1 - 5
StandaloneExample/StandaloneExample.csproj

@@ -3,12 +3,8 @@
     <LangVersion>latest</LangVersion>
     <OutputType>Exe</OutputType>
     <TargetFramework>net6.0</TargetFramework>
-    <AssemblyVersion>1.6.2.0</AssemblyVersion>
-    <FileVersion>1.6.2.0</FileVersion>
-    <InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
-    <Version>1.6.2</Version>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="Terminal.Gui" Version="1.4.0" />
+    <PackageReference Include="Terminal.Gui" Version="*" />
   </ItemGroup>
 </Project>