1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net8.0</TargetFramework >
6
- <ImplicitUsings >enable</ImplicitUsings >
7
- <Nullable >enable</Nullable >
8
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
- <LangVersion >latest</LangVersion >
10
- <RootNamespace >ProgrammerAL.Tools.CodeUpdater</RootNamespace >
11
- <AssemblyName >ProgrammerAL.Tools.CodeUpdater</AssemblyName >
12
- <EnableNETAnalyzers >true</EnableNETAnalyzers >
13
- <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
14
- </PropertyGroup >
15
- <PropertyGroup >
16
- <Version >0.1.0</Version >
17
- <Title >Code Updater</Title >
18
- <Authors >ProgrammerAL</Authors >
19
- <Description >A .NET tool to update code and dependencies to latest versions.</Description >
20
- <PackageProjectUrl >https://github.com/ProgrammerAL/code-updater</PackageProjectUrl >
21
- <RepositoryUrl >https://github.com/ProgrammerAL/code-updater</RepositoryUrl >
22
- <RepositoryType >git</RepositoryType >
23
- <PackageTags >tool</PackageTags >
24
-
25
- <PackAsTool >true</PackAsTool >
26
- <ToolCommandName >code-updater</ToolCommandName >
27
- <PackageReadmeFile >README.md</PackageReadmeFile >
28
- </PropertyGroup >
29
-
30
- <ItemGroup >
31
- <PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
32
- <PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator" Version =" 1.0.0.62" PrivateAssets =" all" />
33
- <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
34
- <PackageReference Include =" Serilog.Sinks.File" Version =" 6.0.0" />
35
- </ItemGroup >
36
-
37
- <ItemGroup >
38
- <!-- Include the ReadMe in the nuget package-->
39
- <None Include =" ../../../README.md" Pack =" true" PackagePath =" /" />
40
- </ItemGroup >
41
- <PropertyGroup >
42
- <NuGetAudit >true</NuGetAudit >
43
- <NuGetAuditMode >all</NuGetAuditMode >
44
- <NuGetAuditLevel >low</NuGetAuditLevel >
45
- </PropertyGroup >
46
- </Project >
2
+ <PropertyGroup >
3
+ <OutputType >Exe</OutputType >
4
+ <TargetFramework >net8.0</TargetFramework >
5
+ <ImplicitUsings >enable</ImplicitUsings >
6
+ <Nullable >enable</Nullable >
7
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
8
+ <LangVersion >latest</LangVersion >
9
+ <RootNamespace >ProgrammerAL.Tools.CodeUpdater</RootNamespace >
10
+ <AssemblyName >ProgrammerAL.Tools.CodeUpdater</AssemblyName >
11
+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
12
+ <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
13
+ </PropertyGroup >
14
+ <PropertyGroup >
15
+ <Version >0.1.0</Version >
16
+ <Title >Code Updater</Title >
17
+ <Authors >ProgrammerAL</Authors >
18
+ <Description >A .NET tool to update code and dependencies to latest versions.</Description >
19
+ <PackageProjectUrl >https://github.com/ProgrammerAL/code-updater</PackageProjectUrl >
20
+ <RepositoryUrl >https://github.com/ProgrammerAL/code-updater</RepositoryUrl >
21
+ <RepositoryType >git</RepositoryType >
22
+ <PackageTags >tool</PackageTags >
23
+ <PackAsTool >true</PackAsTool >
24
+ <ToolCommandName >code-updater</ToolCommandName >
25
+ <PackageReadmeFile >README.md</PackageReadmeFile >
26
+ </PropertyGroup >
27
+ <ItemGroup >
28
+ <PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
29
+ <PackageReference Include =" ProgrammerAl.SourceGenerators.PublicInterfaceGenerator" Version =" 1.0.0.62" PrivateAssets =" all" />
30
+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
31
+ <PackageReference Include =" Serilog.Sinks.File" Version =" 6.0.0" />
32
+ </ItemGroup >
33
+ <ItemGroup >
34
+ <!-- Include the ReadMe in the nuget package-->
35
+ <None Include =" ../../../README.md" Pack =" true" PackagePath =" /" />
36
+ </ItemGroup >
37
+ <PropertyGroup >
38
+ <NuGetAudit >true</NuGetAudit >
39
+ <NuGetAuditMode >all</NuGetAuditMode >
40
+ <NuGetAuditLevel >low</NuGetAuditLevel >
41
+ </PropertyGroup >
42
+ </Project >
0 commit comments