Răsfoiți Sursa

Update references

Jean-David Moisan 6 ani în urmă
părinte
comite
cb749617fe
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 6 6
      Source/Apos.Gui.csproj

+ 6 - 6
Source/Apos.Gui.csproj

@@ -1,15 +1,15 @@
 <Project Sdk="Microsoft.NET.Sdk">
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
   <PropertyGroup>
-    <TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
+    <TargetFrameworks>netstandard2.0</TargetFrameworks>
     <PackageId>Apos.Gui</PackageId>
     <PackageId>Apos.Gui</PackageId>
     <Title>Apos.Gui</Title>
     <Title>Apos.Gui</Title>
-    <Version>0.9.14</Version>
+    <Version>0.10.0</Version>
     <Description>UI library for MonoGame.</Description>
     <Description>UI library for MonoGame.</Description>
     <Authors>Jean-David Moisan</Authors>
     <Authors>Jean-David Moisan</Authors>
     <Company>Vyne Enterprise Inc.</Company>
     <Company>Vyne Enterprise Inc.</Company>
     <Copyright>Copyright 2018</Copyright>
     <Copyright>Copyright 2018</Copyright>
     <PackageTags>gamedev;monogame;ui</PackageTags>
     <PackageTags>gamedev;monogame;ui</PackageTags>
-    <PackageIconUrl>https://raw.githubusercontent.com/Apostolique/Apos.Gui/master/Images/Icon.png</PackageIconUrl>
+    <PackageIconUrl>../Images/Icon.png</PackageIconUrl>
     <RepositoryUrl>https://github.com/Apostolique/Apos.Gui</RepositoryUrl>
     <RepositoryUrl>https://github.com/Apostolique/Apos.Gui</RepositoryUrl>
     <PackageProjectUrl>https://github.com/Apostolique/Apos.Gui</PackageProjectUrl>
     <PackageProjectUrl>https://github.com/Apostolique/Apos.Gui</PackageProjectUrl>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -18,10 +18,10 @@
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
   </PropertyGroup>
   </PropertyGroup>
   <ItemGroup>
   <ItemGroup>
-    <PackageReference Include="MonoGame.Extended" PrivateAssets="All" Version="*" />
+    <PackageReference Include="MonoGame.Extended" PrivateAssets="All" Version="3.7.0" />
     <PackageReference Include="MonoGame.Framework.Portable" PrivateAssets="All" Version="3.6.0.1625" />
     <PackageReference Include="MonoGame.Framework.Portable" PrivateAssets="All" Version="3.6.0.1625" />
-    <PackageReference Include="SpriteFontPlus.MonoGame" Version="0.6.2.14" />
+    <PackageReference Include="SpriteFontPlus.MonoGame" Version="0.7.0.22" />
     <PackageReference Include="Optional" Version="4.0.0" />
     <PackageReference Include="Optional" Version="4.0.0" />
-    <PackageReference Include="Apos.Input" Version="0.2.2" />
+    <PackageReference Include="Apos.Input" Version="0.4.0" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>