|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net6.0</TargetFramework> |
6 | | - <RuntimeIdentifiers>win-x64</RuntimeIdentifiers> |
7 | | - <AssemblyName>PowerSession</AssemblyName> |
8 | | - <PackageId>PowerSession</PackageId> |
9 | | - <Title>PowerSession</Title> |
10 | | - <Authors>Yuwei Ba</Authors> |
11 | | - <IsPackable>true</IsPackable> |
12 | | - <PackageVersion>1.4.4</PackageVersion> |
13 | | - <AssemblyVersion>1.4.4</AssemblyVersion> |
14 | | - <FileVersion>1.4.4</FileVersion> |
15 | | - <PackAsTool>true</PackAsTool> |
16 | | - <ToolCommandName>PowerSession</ToolCommandName> |
17 | | - <RepositoryUrl>https://github.com/ibigbug/PowerSession</RepositoryUrl> |
18 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>net6.0</TargetFramework> |
| 6 | + <RuntimeIdentifiers>win-x64</RuntimeIdentifiers> |
| 7 | + <AssemblyName>PowerSession</AssemblyName> |
| 8 | + <PackageId>PowerSession</PackageId> |
| 9 | + <Title>PowerSession</Title> |
| 10 | + <Authors>Yuwei Ba</Authors> |
| 11 | + <IsPackable>true</IsPackable> |
| 12 | + <Version>1.4.5</Version> |
| 13 | + <PackageVersion>1.4.5</PackageVersion> |
| 14 | + <AssemblyVersion>1.4.5</AssemblyVersion> |
| 15 | + <FileVersion>1.4.5</FileVersion> |
| 16 | + <PackAsTool>true</PackAsTool> |
| 17 | + <ToolCommandName>PowerSession</ToolCommandName> |
| 18 | + <RepositoryUrl>https://github.com/ibigbug/PowerSession</RepositoryUrl> |
| 19 | + </PropertyGroup> |
19 | 20 |
|
20 | | - <ItemGroup> |
21 | | - <PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" /> |
22 | | - </ItemGroup> |
| 21 | + <ItemGroup> |
| 22 | + <PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" /> |
| 23 | + </ItemGroup> |
23 | 24 |
|
24 | | - <ItemGroup> |
25 | | - <ProjectReference Include="..\PowerSession.ConPTY\PowerSession.ConPTY.csproj" /> |
26 | | - <ProjectReference Include="..\PowerSession.Main\PowerSession.Main.csproj" /> |
27 | | - </ItemGroup> |
| 25 | + <ItemGroup> |
| 26 | + <ProjectReference Include="..\PowerSession.ConPTY\PowerSession.ConPTY.csproj" /> |
| 27 | + <ProjectReference Include="..\PowerSession.Main\PowerSession.Main.csproj" /> |
| 28 | + </ItemGroup> |
28 | 29 |
|
29 | 30 | </Project> |
0 commit comments