fix: build

This commit is contained in:
Jeroen Savat 2021-04-02 13:15:03 +02:00
parent fa21a62b0c
commit 4e528a8586
3 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks> <PackageId>Lansweeper.SMBLibrary</PackageId>
<TargetFrameworks>net40;net48;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SMBLibrary</AssemblyName> <AssemblyName>SMBLibrary</AssemblyName>
<Version>1.4.8</Version> <Version>1.0.250</Version>
<NoWarn>1573;1591</NoWarn> <NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace> <RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> <GeneratePackageOnBuild>false</GeneratePackageOnBuild>

View file

@ -1,6 +1,6 @@
{ {
"name": "lansweeper.smblibrary", "name": "lansweeper.smblibrary",
"version": "1.4.8", "version": "1.0.250",
"private": true, "private": true,
"description": "SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation. ", "description": "SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation. ",
"scripts": { "scripts": {

View file

@ -1,7 +1,7 @@
const { version: previousVersion } = require("./package.json"); const { version: previousVersion } = require("./package.json");
const projectfolder = "SMBLibrary/"; const projectfolder = "SMBLibrary/";
const csprojfile = "SMBLibrary.csproj"; const csprojfile = "SMBLibrary.csproj";
const nugetpackage = "SMBLibrary"; const nugetpackage = "Lansweeper.SMBLibrary";
const gitprimarybranch = "master"; const gitprimarybranch = "master";
module.exports = { module.exports = {