Skip to content

Commit d6828c7

Browse files
Reference .NET Core 3.0.0 release (#918)
1 parent 380eca1 commit d6828c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
- task: DotNetCoreInstaller@0
2020
inputs:
2121
packageType: 'sdk'
22-
version: '3.0.100-rc1-014190'
22+
version: '3.0.100'
2323

2424
- task: VSBuild@1
2525
inputs:

src/React.AspNet.Middleware/React.AspNet.Middleware.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</ItemGroup>
5050

5151
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">
52-
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.0.0-rc1.19457.4" />
52+
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.0.0" />
5353
</ItemGroup>
5454

5555
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

src/React.AspNet/React.AspNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343

4444
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">
45-
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.0.0-rc1.19457.4" />
45+
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.0.0" />
4646
</ItemGroup>
4747

4848
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

src/React.Router/React.Router.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ItemGroup>
4141

4242
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">
43-
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.0.0-rc1.19457.4" />
43+
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="3.0.0" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

0 commit comments

Comments
 (0)