Skip to content

Commit 305f99b

Browse files
committed
change to net core 5
1 parent 798f249 commit 305f99b

File tree

2 files changed

+7
-70
lines changed

2 files changed

+7
-70
lines changed

Diff for: Properties/AssemblyInfo.cs

-37
This file was deleted.

Diff for: ReposLogger.csproj

+7-33
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,26 @@
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">
42
<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>
84
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
105
<RootNamespace>Repos.Log</RootNamespace>
116
<AssemblyName>Repos.Log</AssemblyName>
12-
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<Deterministic>true</Deterministic>
157
<SccProjectName>SAK</SccProjectName>
168
<SccLocalPath>SAK</SccLocalPath>
179
<SccAuxPath>SAK</SccAuxPath>
1810
<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>
2912
</PropertyGroup>
3013
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3114
<DebugType>none</DebugType>
32-
<Optimize>true</Optimize>
33-
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
35-
<ErrorReport>prompt</ErrorReport>
36-
<WarningLevel>4</WarningLevel>
3715
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
3816
</PropertyGroup>
3917
<PropertyGroup>
4018
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
19+
<RepositoryUrl>https://github.com/jarmyo/ReposLogger</RepositoryUrl>
20+
<PackageId>Repos.Logger</PackageId>
21+
<Authors>Julian Augusto Ruiz Martinez</Authors>
4122
</PropertyGroup>
4223
<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" />
5025
</ItemGroup>
51-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5226
</Project>

0 commit comments

Comments
 (0)