Skip to content

Support Dotnet packages #1018

@husseinraoouf

Description

@husseinraoouf

I wanted to use knope for all packages i publish, i currently publish nodejs, python, and dotnet packages and it doesn't support dotnet, it would be great to add support for dotnet packages, dotnet packages handle [packageName].csproj it is an xml file with structure defined here https://learn.microsoft.com/en-us/aspnet/web-forms/overview/deployment/web-deployment-in-the-enterprise/understanding-the-project-file

for a simple package the file will look like this

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <Authors>Package Author</Authors>
    <Description>Package Description</Description>
    <PackageIcon>icon.png</PackageIcon>
    <PackageLicenseExpression></PackageLicenseExpression>
    <Version>0.0.0</Version>
  </PropertyGroup>
</Project>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions