Skip to content

Commit

Permalink
Updates to net6/net8
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Apr 2, 2024
1 parent e94cd8b commit ff1d959
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions Nuget.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCiDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="XUnitDev" value="https://www.myget.org/F/xunit/api/v3/index.json" />
</packageSources>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<VersionPrefix>4.0.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;net5.0</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;</TargetFrameworks>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions test/Smidge.Benchmarks/Smidge.Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<AssemblyName>Smidge.Benchmarks</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Smidge.Benchmarks</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion test/Smidge.Tests/Smidge.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net5.0</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
<AssemblyName>Smidge.Tests</AssemblyName>
<PackageId>Smidge.Tests</PackageId>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit ff1d959

Please sign in to comment.