Browse Source

Changed StandaloneExample to use latest nuget version (*)

Charlie Kindel 3 years ago
parent
commit
4763313d1f
1 changed files with 1 additions and 5 deletions
  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>