Files
Moonlight/Resources/Scripts/Scripts.csproj

24 lines
877 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cocona" Version="2.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />
<PackageReference Include="MoonCore" Version="1.8.6" />
</ItemGroup>
<PropertyGroup>
<PackageId>dotnet-moonlight</PackageId>
<Version>2.1.0</Version>
<Title>dotnet-moonlight</Title>
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-moonlight</ToolCommandName>
<RepositoryUrl>https://github.com/Moonlight-Panel/Moolight</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>