File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : csharp
2
2
mono : none
3
3
dist : xenial
4
- dotnet : 2.2.104
4
+ dotnet : 3.0.100
5
5
script :
6
6
- dotnet restore
7
7
- dotnet build
Original file line number Diff line number Diff line change 12
12
13
13
<PackageLicenseExpression >Zlib</PackageLicenseExpression >
14
14
<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 >
16
17
17
18
<PublishRepositoryUrl >true</PublishRepositoryUrl >
18
19
</PropertyGroup >
19
20
20
21
<ItemGroup >
21
22
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" PrivateAssets =" all" />
23
+
24
+ <None Include =" ..\..\sfml-icon.png" Pack =" true" PackagePath =" " />
22
25
</ItemGroup >
23
26
24
27
</Project >
Original file line number Diff line number Diff line change 12
12
</Description >
13
13
<Title >SFML.Net</Title >
14
14
<IncludeBuildOutput >false</IncludeBuildOutput >
15
+ <NoWarn >$(NoWarn);NU5128</NoWarn >
15
16
</PropertyGroup >
16
17
17
18
<ItemGroup >
18
- <ProjectReference Include =" ..\SFML.Audio\SFML.Audio.csproj" />
19
+ <ProjectReference Include =" ..\SFML.Audio\SFML.Audio.csproj" />
19
20
<ProjectReference Include =" ..\SFML.Graphics\SFML.Graphics.csproj" />
20
21
<ProjectReference Include =" ..\SFML.System\SFML.System.csproj" />
21
22
<ProjectReference Include =" ..\SFML.Window\SFML.Window.csproj" />
You can’t perform that action at this time.
0 commit comments