1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
4
2
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{59E6B046-F007-406E-B2D4-9FC63971BB95}</ProjectGuid >
3
+ <TargetFramework >net5.0</TargetFramework >
8
4
<OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
5
<RootNamespace >Repos.Log</RootNamespace >
11
6
<AssemblyName >Repos.Log</AssemblyName >
12
- <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <Deterministic >true</Deterministic >
15
7
<SccProjectName >SAK</SccProjectName >
16
8
<SccLocalPath >SAK</SccLocalPath >
17
9
<SccAuxPath >SAK</SccAuxPath >
18
10
<SccProvider >SAK</SccProvider >
19
- <TargetFrameworkProfile />
20
- </PropertyGroup >
21
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22
- <DebugSymbols >true</DebugSymbols >
23
- <DebugType >full</DebugType >
24
- <Optimize >false</Optimize >
25
- <OutputPath >bin\Debug\</OutputPath >
26
- <DefineConstants >DEBUG;TRACE</DefineConstants >
27
- <ErrorReport >prompt</ErrorReport >
28
- <WarningLevel >4</WarningLevel >
11
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
29
12
</PropertyGroup >
30
13
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31
14
<DebugType >none</DebugType >
32
- <Optimize >true</Optimize >
33
- <OutputPath >bin\Release\</OutputPath >
34
- <DefineConstants >TRACE</DefineConstants >
35
- <ErrorReport >prompt</ErrorReport >
36
- <WarningLevel >4</WarningLevel >
37
15
<GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
38
16
</PropertyGroup >
39
17
<PropertyGroup >
40
18
<AutoGenerateBindingRedirects >false</AutoGenerateBindingRedirects >
19
+ <RepositoryUrl >https://github.com/jarmyo/ReposLogger</RepositoryUrl >
20
+ <PackageId >Repos.Logger</PackageId >
21
+ <Authors >Julian Augusto Ruiz Martinez</Authors >
41
22
</PropertyGroup >
42
23
<ItemGroup >
43
- <Reference Include =" System" />
44
- <Reference Include =" System.Core" />
45
- <Reference Include =" Microsoft.CSharp" />
46
- </ItemGroup >
47
- <ItemGroup >
48
- <Compile Include =" Logger.cs" />
49
- <Compile Include =" Properties\AssemblyInfo.cs" />
24
+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
50
25
</ItemGroup >
51
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
52
26
</Project >
0 commit comments