Skip to content

Commit 4763313

Browse files
committed
Changed StandaloneExample to use latest nuget version (*)
1 parent 07ce68c commit 4763313

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

StandaloneExample/StandaloneExample.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
<LangVersion>latest</LangVersion>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<AssemblyVersion>1.6.2.0</AssemblyVersion>
7-
<FileVersion>1.6.2.0</FileVersion>
8-
<InformationalVersion>1.6.2+Branch.main.Sha.b6eeb6321685af474ffc17b1390ff1d4894a90c5</InformationalVersion>
9-
<Version>1.6.2</Version>
106
</PropertyGroup>
117
<ItemGroup>
12-
<PackageReference Include="Terminal.Gui" Version="1.4.0" />
8+
<PackageReference Include="Terminal.Gui" Version="*" />
139
</ItemGroup>
1410
</Project>

0 commit comments

Comments
 (0)