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

Commit 04503af

Browse files
committed
Creato progetto class library
1 parent 82380b6 commit 04503af

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

NET6CustomLibrary.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NET6CustomLibrary", "src\NET6CustomLibrary\NET6CustomLibrary.csproj", "{0C386780-6BA5-487D-B320-99CFB2527070}"
7+
EndProject
68
Global
79
GlobalSection(SolutionConfigurationPlatforms) = preSolution
810
Debug|Any CPU = Debug|Any CPU
911
Release|Any CPU = Release|Any CPU
1012
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{0C386780-6BA5-487D-B320-99CFB2527070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{0C386780-6BA5-487D-B320-99CFB2527070}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{0C386780-6BA5-487D-B320-99CFB2527070}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{0C386780-6BA5-487D-B320-99CFB2527070}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
1119
GlobalSection(SolutionProperties) = preSolution
1220
HideSolutionNode = FALSE
1321
EndGlobalSection
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
</Project>

0 commit comments

Comments
 (0)