Skip to content

Commit

Permalink
task: updated nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Apr 10, 2024
1 parent f437dc9 commit 0b4ef00
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Open your csproj file and edit the package reference, setting `PrivateAssets="Al
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.18" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
</ItemGroup>

</Project>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
<LangVersion>10</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.16" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.16" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.16" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.16" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.16" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.5.0-alpha.0" PrivateAssets="All" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.4.16" PrivateAssets="all" />
<PackageReference Include="Primitively" Version="1.4.20" PrivateAssets="all" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="MongoDB.Driver" Version="2.24.0" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.16" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.16" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.16" />
<PackageReference Include="Primitively.AspNetCore.Mvc" Version="1.4.20" />
<PackageReference Include="Primitively.AspNetCore.SwaggerGen" Version="1.4.20" />
<PackageReference Include="Primitively.MongoDB.Bson" Version="1.4.20" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<PackageOutputPath>$(MSBuildThisFileDirectory)..\artifacts</PackageOutputPath>
<version>1.5.0-alpha.27</version>
<version>1.5.0-alpha.29</version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Acme.TestLib/Acme.TestLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<LangVersion Condition="'$(TargetFramework)'=='netstandard2.0' or '$(TargetFramework)'=='netcoreapp3.1' or '$(TargetFramework)'=='net5.0'">10</LangVersion>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

Expand Down
6 changes: 1 addition & 5 deletions test/Acme.TestLib2/Acme.TestLib2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<LangVersion Condition="'$(TargetFramework)'=='netstandard2.0' or '$(TargetFramework)'=='netcoreapp3.1' or '$(TargetFramework)'=='net5.0'">10</LangVersion>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

Expand All @@ -21,8 +21,4 @@
<ProjectReference Include="..\..\src\Primitively.Abstractions\Primitively.Abstractions.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" Visible="false" />
</ItemGroup>

<ItemGroup>
<Folder Include="Double\" />
</ItemGroup>

</Project>

0 comments on commit 0b4ef00

Please sign in to comment.