Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov authored and NikolayPianikov committed Feb 15, 2022
1 parent 185a1e6 commit f5e5db2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0-rc1" />
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/DemoProject/MySampleLib/Build1/Build1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0-rc1"/>
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/DemoProject/MySampleLib/Build2/Build2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0-rc1" />
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/DemoProject/MySampleLib/Build3/Build3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0-rc1" />
<PackageReference Include="TeamCity.CSharpInteractive" Version="1.0.0" />
</ItemGroup>
</Project>

0 comments on commit f5e5db2

Please sign in to comment.