Skip to content

Commit a7b59b0

Browse files
committed
Bump McMaster.Extensions.CommandLineUtils
1 parent 5fffe9f commit a7b59b0

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<Description>Dotnet CLI tool allowing you to run C# (CSX) scripts.</Description>
4-
<VersionPrefix>1.4.0</VersionPrefix>
5-
<Authors>filipw</Authors>
6-
<PackageId>Dotnet.Script</PackageId>
7-
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
8-
<DebugType>portable</DebugType>
9-
<AssemblyName>dotnet-script</AssemblyName>
10-
<OutputType>Exe</OutputType>
11-
<PackageTags>dotnet;cli;script;csx;csharp;roslyn</PackageTags>
12-
<PackageIconUrl>https://avatars.githubusercontent.com/u/113979420</PackageIconUrl>
13-
<PackageProjectUrl>https://github.com/dotnet-script/dotnet-script</PackageProjectUrl>
14-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15-
<RepositoryType>git</RepositoryType>
16-
<RepositoryUrl>https://github.com/dotnet-script/dotnet-script.git</RepositoryUrl>
17-
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
18-
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
19-
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
20-
<PackAsTool>false</PackAsTool>
21-
<IsPackable>true</IsPackable>
22-
<LangVersion>latest</LangVersion>
23-
<SignAssembly>true</SignAssembly>
24-
<AssemblyOriginatorKeyFile>../dotnet-script.snk</AssemblyOriginatorKeyFile>
25-
</PropertyGroup>
26-
<ItemGroup>
27-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0-1.final" />
28-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.0.0" />
29-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
30-
31-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
32-
</ItemGroup>
33-
<ItemGroup>
34-
<ProjectReference Include="..\Dotnet.Script.Core\Dotnet.Script.Core.csproj" />
35-
</ItemGroup>
36-
<ItemGroup>
37-
<Content Include="dotnet-script.cmd">
38-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
39-
</Content>
40-
<Content Include="dotnet-script.sh">
41-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
42-
</Content>
43-
</ItemGroup>
44-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
3+
<PropertyGroup>
4+
<Description>Dotnet CLI tool allowing you to run C# (CSX) scripts.</Description>
5+
<VersionPrefix>1.4.0</VersionPrefix>
6+
<Authors>filipw</Authors>
7+
<PackageId>Dotnet.Script</PackageId>
8+
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
9+
<DebugType>portable</DebugType>
10+
<AssemblyName>dotnet-script</AssemblyName>
11+
<OutputType>Exe</OutputType>
12+
<PackageTags>dotnet;cli;script;csx;csharp;roslyn</PackageTags>
13+
<PackageIconUrl>https://avatars.githubusercontent.com/u/113979420</PackageIconUrl>
14+
<PackageProjectUrl>https://github.com/dotnet-script/dotnet-script</PackageProjectUrl>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16+
<RepositoryType>git</RepositoryType>
17+
<RepositoryUrl>https://github.com/dotnet-script/dotnet-script.git</RepositoryUrl>
18+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
19+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
20+
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
21+
<PackAsTool>false</PackAsTool>
22+
<IsPackable>true</IsPackable>
23+
<LangVersion>latest</LangVersion>
24+
<SignAssembly>true</SignAssembly>
25+
<AssemblyOriginatorKeyFile>../dotnet-script.snk</AssemblyOriginatorKeyFile>
26+
</PropertyGroup>
27+
<ItemGroup>
28+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0-1.final" />
29+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.2" />
30+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
31+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
32+
</ItemGroup>
33+
<ItemGroup>
34+
<ProjectReference Include="..\Dotnet.Script.Core\Dotnet.Script.Core.csproj" />
35+
</ItemGroup>
36+
<ItemGroup>
37+
<Content Include="dotnet-script.cmd">
38+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
39+
</Content>
40+
<Content Include="dotnet-script.sh">
41+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
42+
</Content>
43+
</ItemGroup>
44+
</Project>

0 commit comments

Comments
 (0)