Skip to content

Commit

Permalink
Update to netstandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hoka committed Feb 27, 2020
1 parent 398eb3a commit 5c4e3cc
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 408 deletions.

This file was deleted.

107 changes: 0 additions & 107 deletions Nexogen.Libraries.Metrics.Example/Program.cs

This file was deleted.

Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>$(PackageVersionNumber)</VersionPrefix>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Description>Nexogen Metrics Extensions</Description>
Expand Down
Expand Up @@ -5,8 +5,11 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.2" />
<PackageReference Include="microsoft.net.test.sdk" Version="15.0.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Nexogen.Libraries.Metrics.Prometheus.AspCore\Nexogen.Libraries.Metrics.Prometheus.AspCore.csproj" />
Expand Down
@@ -0,0 +1,27 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:64054/",
"sslPort": 44392
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Nexogen.Libraries.Metrics.Prometheus.AspCore.UnitTests": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>$(PackageVersionNumber)</VersionPrefix>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Description>Nexogen Metrics Prometheus PushGateway</Description>
Expand All @@ -12,10 +12,6 @@
<Copyright>Nexogen 2017</Copyright>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Net.Http" Version="4.3.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Nexogen.Libraries.Metrics.Prometheus\Nexogen.Libraries.Metrics.Prometheus.csproj" />
</ItemGroup>
Expand Down
22 changes: 0 additions & 22 deletions Nexogen.Libraries.Metrics.Prometheus.Standalone/ExposeExtension.cs

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5c4e3cc

Please sign in to comment.