Skip to content

Commit 4c17abc

Browse files
DemoXinMCeXpl0it3r
authored andcommitted
.NET Core 3.0 Update
Updated Travis Build to use 3.0.100 PackageIcons and Repository URLS
1 parent 8f6ccc4 commit 4c17abc

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: csharp
22
mono: none
33
dist: xenial
4-
dotnet: 2.2.104
4+
dotnet: 3.0.100
55
script:
66
- dotnet restore
77
- dotnet build

SFML.NuGet.props

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212

1313
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
1414
<PackageProjectUrl>https://www.sfml-dev.org/</PackageProjectUrl>
15-
<PackageIconUrl>https://www.sfml-dev.org/images/sfml-icon.png</PackageIconUrl>
15+
<RepositoryUrl>https://github.com/SFML/SFML.Net</RepositoryUrl>
16+
<PackageIcon>sfml-icon.png</PackageIcon>
1617

1718
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1819
</PropertyGroup>
1920

2021
<ItemGroup>
2122
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="all" />
23+
24+
<None Include="..\..\sfml-icon.png" Pack="true" PackagePath=""/>
2225
</ItemGroup>
2326

2427
</Project>

sfml-icon.png

6.44 KB
Loading

src/SFML.Net/SFML.Net.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
</Description>
1313
<Title>SFML.Net</Title>
1414
<IncludeBuildOutput>false</IncludeBuildOutput>
15+
<NoWarn>$(NoWarn);NU5128</NoWarn>
1516
</PropertyGroup>
1617

1718
<ItemGroup>
18-
<ProjectReference Include="..\SFML.Audio\SFML.Audio.csproj" />
19+
<ProjectReference Include="..\SFML.Audio\SFML.Audio.csproj" />
1920
<ProjectReference Include="..\SFML.Graphics\SFML.Graphics.csproj" />
2021
<ProjectReference Include="..\SFML.System\SFML.System.csproj" />
2122
<ProjectReference Include="..\SFML.Window\SFML.Window.csproj" />

0 commit comments

Comments
 (0)