Crestron.SimplSharp.SDK.SandboxLibrary
2.19.16-beta1
dotnet add package Crestron.SimplSharp.SDK.SandboxLibrary --version 2.19.16-beta1
NuGet\Install-Package Crestron.SimplSharp.SDK.SandboxLibrary -Version 2.19.16-beta1
<PackageReference Include="Crestron.SimplSharp.SDK.SandboxLibrary" Version="2.19.16-beta1" />
paket add Crestron.SimplSharp.SDK.SandboxLibrary --version 2.19.16-beta1
#r "nuget: Crestron.SimplSharp.SDK.SandboxLibrary, 2.19.16-beta1"
// Install Crestron.SimplSharp.SDK.SandboxLibrary as a Cake Addin #addin nuget:?package=Crestron.SimplSharp.SDK.SandboxLibrary&version=2.19.16-beta1&prerelease // Install Crestron.SimplSharp.SDK.SandboxLibrary as a Cake Tool #tool nuget:?package=Crestron.SimplSharp.SDK.SandboxLibrary&version=2.19.16-beta1&prerelease
This package modifies your .csproj and AssemblyInfo.cs files from the base .net framework 3.5 template to with the following lines getting commented out. These will need to be manually reverted if you ever need to uninstall this package and wish to continue developing applications that don't utilize Compact Framework 3.5!
These two lines will get commented out in your .csproj
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />";
and
"<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />";
In AssemblyInfo.cs, the [assembly: AssemblyFileVersion("1.0.0.0")]
line will get commented out.
Learn more about Target Frameworks and .NET Standard.
-
- Crestron.SimplSharp.SDK.Library (>= 2.19.16)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Crestron.SimplSharp.SDK.SandboxLibrary:
Package | Downloads |
---|---|
Crestron.SimplSharp.SDK.SandboxProgramLibrary
A version of Crestron.SimplSharp.SDK.ProgramLibrary suitable for use with a 3-series sandbox build. See https://github.com/scottpidzarko/CrestronSandboxBuild This project pulls the required files from the Device Database. You MUST have the S# plugin and everything it requires installed for this package to function. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.19.16-beta1 | 219 | 10/17/2022 |
Initial release. Visual Studio 2019 and Jetbrains Rider tested with successful builds. Visual Studio 2022 is not supported at this time, but that is planned for a future release.