Spaces:
Runtime error
Runtime error
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <OutputPath>../bin/</OutputPath> | |
| <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> | |
| <AssemblyName>rbxcsc</AssemblyName> | |
| <RootNamespace>RobloxCS</RootNamespace> | |
| <TargetFramework>net8.0</TargetFramework> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <Nullable>enable</Nullable> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\RobloxCS\RobloxCS.csproj" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <PackageReference Include="CommandLineParser" Version="2.9.1" /> | |
| <PackageReference Include="LibGit2Sharp" Version="0.30.0" /> | |
| <PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="2.0.0" /> | |
| <PackageReference Include="Spectre.Console" Version="0.49.1" /> | |
| </ItemGroup> | |
| </Project> | |