jnm2.ReferenceAssemblies.net35
1.0.1
Microsoft.NETFramework.ReferenceAssemblies.net35
Additional DetailsThe official Microsoft.NETFramework.ReferenceAssemblies now includes .NET Framework 3.5!
Install-Package jnm2.ReferenceAssemblies.net35 -Version 1.0.1
dotnet add package jnm2.ReferenceAssemblies.net35 --version 1.0.1
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
paket add jnm2.ReferenceAssemblies.net35 --version 1.0.1
#r "nuget: jnm2.ReferenceAssemblies.net35, 1.0.1"
// Install jnm2.ReferenceAssemblies.net35 as a Cake Addin
#addin nuget:?package=jnm2.ReferenceAssemblies.net35&version=1.0.1
// Install jnm2.ReferenceAssemblies.net35 as a Cake Tool
#tool nuget:?package=jnm2.ReferenceAssemblies.net35&version=1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the Microsoft.NETFramework.ReferenceAssemblies package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 3.5
- No dependencies.
NuGet packages (17)
Showing the top 5 NuGet packages that depend on jnm2.ReferenceAssemblies.net35:
Package | Downloads |
---|---|
Analytics
The .NET API for analytics, by Segment. Install and immediately send data to 150+ analytics and business intelligence tools with the flip of a switch. |
|
RudderAnalytics
Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly. |
|
VDimensions.MSBuild.Sdk.Multitargeting
Adds compilation symbols enabling more effective multi-targeting support for different .NET build platforms. |
|
CNative.NHapi.Base
Package Description |
|
CNative.NHapi.Model.V23
NHapi allows Microsoft .NET developers to easily use an HL7 2.x object model. This object model allows for parsing and encoding HL7 2.x data to/from Pipe Delimited or XML formats. A very handy program for use in the health care industry |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on jnm2.ReferenceAssemblies.net35:
Repository | Stars |
---|---|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
Nethereum/Nethereum
Ethereum .Net cross platform integration library
|
|
mmanela/diffplex
DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
|
|
twilio/twilio-csharp
Twilio C#/.NET Helper Library for .NET Framework 3.5+ and supported .NET Core versions
|
|
XamlAnimatedGif/WpfAnimatedGif
A simple library to display animated GIF images in WPF, usable in XAML or in code.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.0.1 | 410,956 | 1/25/2020 | |
1.0.0 | 168,141 | 12/5/2019 | |
1.0.0-preview.2 | 407 | 11/25/2019 |