Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 0 additions & 84 deletions src/NLog.Redis.Tests/NLog.Redis.Tests.csproj

This file was deleted.

21 changes: 21 additions & 0 deletions src/NLog.Redis.Tests/NLog.Redis.Tests.xproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>

<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>4b128ca7-7e6d-4cf9-954d-46dab726ce64</ProjectGuid>
<RootNamespace>NLog.Redis.Tests</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
12 changes: 0 additions & 12 deletions src/NLog.Redis.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,3 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b87df9ca-ad43-4126-a23a-dfa6f5a883f6")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion src/NLog.Redis.Tests/RedisTargetSecurityTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace NLog.Redis.Tests
{
[TestFixture, Ignore]
[TestFixture, Ignore("")]
public class RedisTargetSecurityTests : RedisTargetTests
{
[SetUp]
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.Redis.Tests/RedisTargetWithoutSecurityTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace NLog.Redis.Tests
{
[TestFixture, Ignore]
[TestFixture, Ignore("")]
public class RedisTargetWithoutSecurityTests : RedisTargetTests
{
[Test]
Expand Down
6 changes: 0 additions & 6 deletions src/NLog.Redis.Tests/packages.config

This file was deleted.

18 changes: 18 additions & 0 deletions src/NLog.Redis.Tests/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "1.0.0-*",

"dependencies": {
"NETStandard.Library": "1.6.1",
"NLog": "5.0.0-beta03",
"NLog.Redis": "1.0.3-*",
"NUnit": "3.5.0",
"StackExchange.Redis": "1.1.608"
},

"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
},
"net45": {}
}
}
26 changes: 14 additions & 12 deletions src/NLog.Redis.sln
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.Redis", "NLog.Redis\NLog.Redis.csproj", "{D30CC839-170F-4B66-A075-A0EB3FA31FC6}"
EndProject
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E1A93518-A7EE-4ED8-9093-634C95BD23A8}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.Redis.Tests", "NLog.Redis.Tests\NLog.Redis.Tests.csproj", "{CCBDD3DB-912A-4B22-9C14-E464FDF6FFDF}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NLog.Redis", "NLog.Redis\NLog.Redis.xproj", "{6BB60303-A38F-40C3-8CC9-E7E59BEE6308}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NLog.Redis.Tests", "NLog.Redis.Tests\NLog.Redis.Tests.xproj", "{4B128CA7-7E6D-4CF9-954D-46DAB726CE64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D30CC839-170F-4B66-A075-A0EB3FA31FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D30CC839-170F-4B66-A075-A0EB3FA31FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D30CC839-170F-4B66-A075-A0EB3FA31FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D30CC839-170F-4B66-A075-A0EB3FA31FC6}.Release|Any CPU.Build.0 = Release|Any CPU
{CCBDD3DB-912A-4B22-9C14-E464FDF6FFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCBDD3DB-912A-4B22-9C14-E464FDF6FFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCBDD3DB-912A-4B22-9C14-E464FDF6FFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCBDD3DB-912A-4B22-9C14-E464FDF6FFDF}.Release|Any CPU.Build.0 = Release|Any CPU
{6BB60303-A38F-40C3-8CC9-E7E59BEE6308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BB60303-A38F-40C3-8CC9-E7E59BEE6308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BB60303-A38F-40C3-8CC9-E7E59BEE6308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BB60303-A38F-40C3-8CC9-E7E59BEE6308}.Release|Any CPU.Build.0 = Release|Any CPU
{4B128CA7-7E6D-4CF9-954D-46DAB726CE64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B128CA7-7E6D-4CF9-954D-46DAB726CE64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B128CA7-7E6D-4CF9-954D-46DAB726CE64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B128CA7-7E6D-4CF9-954D-46DAB726CE64}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
69 changes: 0 additions & 69 deletions src/NLog.Redis/NLog.Redis.csproj

This file was deleted.

21 changes: 0 additions & 21 deletions src/NLog.Redis/NLog.Redis.nuspec

This file was deleted.

21 changes: 21 additions & 0 deletions src/NLog.Redis/NLog.Redis.xproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>

<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>6bb60303-a38f-40c3-8cc9-e7e59bee6308</ProjectGuid>
<RootNamespace>NLog.Redis</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
13 changes: 0 additions & 13 deletions src/NLog.Redis/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,3 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("cd9e781e-e999-4547-b43f-788c562055be")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
5 changes: 0 additions & 5 deletions src/NLog.Redis/packages.config

This file was deleted.

30 changes: 30 additions & 0 deletions src/NLog.Redis/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "1.0.3-*",
"title": "NLog.Redis",
"description": "NLog target for Redis",
"authors": [ "Rich Clement" ],

"packOptions": {
"projectUrl": "https://github.com/richclement/NLog.Redis",
"licenseUrl": "https://raw.githubusercontent.com/richclement/NLog.Redis/master/LICENSE",
"tags": [ "NLog", "Redis" ]
},

"dependencies": {
"NETStandard.Library": "1.6.1",
"NLog": "5.0.0-beta03",
"StackExchange.Redis": "1.1.608"
},

"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
},
"net45": {}
},
"scripts": {
"postcompile": [
"dotnet pack --no-build --configuration Release -o NuGet"
]
}
}