Giter Club home page Giter Club logo

lighthttp's People

Contributors

javidsho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mkattner mling592

lighthttp's Issues

Need to have a net 4.6.1 Version

I need a 4.6.1 version for some systems and was able to tweak locally to get it working.

Before I push a PR, would you like to version bump this or is it okay to keep at 1.0.2?

Diff is follows:

C:\_t\inst\LightHTTP>git diff
diff --git a/src/LightHTTP/LightHTTP.csproj b/src/LightHTTP/LightHTTP.csproj
index 78e8f87..2cc6e11 100644
--- a/src/LightHTTP/LightHTTP.csproj
+++ b/src/LightHTTP/LightHTTP.csproj
@@ -1,7 +1,7 @@
 <EF><BB><BF><Project Sdk="Microsoft.NET.Sdk">

        <PropertyGroup>
-               <TargetFramework>netstandard2.0</TargetFramework>
+               <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
                <Nullable>enable</Nullable>
                <LangVersion>10</LangVersion>
                <GenerateDocumentationFile>true</GenerateDocumentationFile>
diff --git a/tests/LightHTTP.Tests/LightHTTP.Tests.csproj b/tests/LightHTTP.Tests/LightHTTP.Tests.csproj
index b265257..79a3413 100644
--- a/tests/LightHTTP.Tests/LightHTTP.Tests.csproj
+++ b/tests/LightHTTP.Tests/LightHTTP.Tests.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">

   <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
+    <TargetFramework>net7.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>

@@ -19,6 +19,7 @@
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>
+    <PackageReference Include="Nuget.Frameworks" Version="6.10.1" />
   </ItemGroup>

   <ItemGroup>

Thanks for making this library. I have made good use of it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.