|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <OutputType>exe</OutputType> |
8 | | - <PackAsTool>true</PackAsTool> |
9 | | - <ToolCommandName>encrypted-config-value-dotnet</ToolCommandName> |
10 | | - <SolutionDir>$([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))</SolutionDir> |
11 | | - <NuspecFile>.\EncryptedConfigValue.Cli.nuspec</NuspecFile> |
12 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <OutputType>exe</OutputType> |
| 8 | + <PackAsTool>true</PackAsTool> |
| 9 | + <ToolCommandName>encrypted-config-value-dotnet</ToolCommandName> |
| 10 | + <SolutionDir>$([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))</SolutionDir> |
| 11 | + <NuspecFile>.\EncryptedConfigValue.Cli.nuspec</NuspecFile> |
| 12 | + </PropertyGroup> |
13 | 13 |
|
14 | | - <ItemGroup> |
15 | | - <None Include="$(SolutionDir)\Readme.md" Pack="true" PackagePath="Readme.md" /> |
16 | | - <None Update="DotnetToolSettings.xml"> |
17 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
18 | | - </None> |
19 | | - </ItemGroup> |
| 14 | + <ItemGroup> |
| 15 | + <None Include="$(SolutionDir)\Readme.md" Pack="true" PackagePath="Readme.md" /> |
| 16 | + <None Update="DotnetToolSettings.xml"> |
| 17 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 18 | + </None> |
| 19 | + </ItemGroup> |
20 | 20 |
|
21 | | - <ItemGroup> |
22 | | - <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
23 | | - <_Parameter1>$(MSBuildProjectName).Test</_Parameter1> |
24 | | - </AssemblyAttribute> |
25 | | - </ItemGroup> |
| 21 | + <ItemGroup> |
| 22 | + <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
| 23 | + <_Parameter1>$(MSBuildProjectName).Test</_Parameter1> |
| 24 | + </AssemblyAttribute> |
| 25 | + </ItemGroup> |
26 | 26 |
|
27 | | - <ItemGroup> |
28 | | - <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" /> |
29 | | - <ProjectReference Include="..\EncryptedConfigValue\EncryptedConfigValue.csproj" PrivateAssets="All"> |
30 | | - <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
31 | | - <IncludeAssets>EncryptedConfigValue.dll</IncludeAssets> |
32 | | - </ProjectReference> |
33 | | - </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" /> |
| 29 | + <ProjectReference Include="..\EncryptedConfigValue\EncryptedConfigValue.csproj"> |
| 30 | + <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
| 31 | + </ProjectReference> |
| 32 | + </ItemGroup> |
34 | 33 |
|
35 | 34 | </Project> |
0 commit comments