Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit b9667e8

Browse files
committed
Aggiunti files al progetto
1 parent 1d4287f commit b9667e8

File tree

4 files changed

+35
-8
lines changed

4 files changed

+35
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# NET6CustomLibrary
1+
# NET6 Custom Library
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFrameworks>net6.0</TargetFrameworks>
5+
<Authors>Angelo Pirola</Authors>
6+
<Product>.NET6 library custom extension</Product>
7+
<Description>dotnet custom extension library</Description>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9+
<PackageProjectUrl>https://github.com/AngeloDotNet/NET6CustomLibrary</PackageProjectUrl>
10+
<PackageTags>csharp net6 custom extensions library</PackageTags>
11+
<RepositoryType>git</RepositoryType>
12+
<RepositoryUrl>https://github.com/AngeloDotNet/NET6CustomLibrary.git</RepositoryUrl>
13+
<RepositoryBranch>main</RepositoryBranch>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
15+
</PropertyGroup>
816

9-
</Project>
17+
<ItemGroup>
18+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.119">
19+
<PrivateAssets>all</PrivateAssets>
20+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21+
</PackageReference>
22+
</ItemGroup>
23+
24+
</Project>

src/NET6CustomLibrary/version.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "1.0",
4+
"publicReleaseRefSpec": [
5+
"^refs/heads/main"
6+
],
7+
"nugetPackageVersion": {
8+
"semVer": 2
9+
},
10+
"pathFilters": [ "." ]
11+
}

0 commit comments

Comments
 (0)