Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 19, 2024
1 parent 6dd4d4e commit 18f6028
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sample/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="release" value="../Artifacts/MonoGame.SingleProject/Release" />
<add key="release" value="../Artifacts/MonoGame.SingleProject/Release/" />
<!-- <add key="debug" value="../Artifacts/MonoGame.SingleProject/Debug/" /> -->
</packageSources>
<config>
Expand Down
1 change: 0 additions & 1 deletion src/MonoGame.SingleProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<BaseOutputPath>..\Artifacts\MonoGame.SingleProject</BaseOutputPath>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageVersion>1.0.0</PackageVersion>
<OutputPath>../bin/$(Configuration)/</OutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NoWarn>NU5128</NoWarn>
<Description>This is a NuGet which allows for a Single Project to target many platforms for MonoGame.</Description>
Expand Down

0 comments on commit 18f6028

Please sign in to comment.